Skip to content

Commit

Permalink
Merge pull request #177 from mdrxtech/dockerfile-fix
Browse files Browse the repository at this point in the history
update to python3 in dockerfile
  • Loading branch information
whitfield-mj authored Jun 14, 2023
2 parents 528f7df + 0be6459 commit f3f133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM base as build
ARG BUILD_NUMBER
ARG GIT_REF

RUN apt-get install -y make python g++
RUN apt-get install -y make python3 g++

COPY package*.json ./

Expand Down

0 comments on commit f3f133c

Please sign in to comment.