Skip to content

Commit

Permalink
Merge pull request #45 from richard-chim/master
Browse files Browse the repository at this point in the history
Update python2 to python3 in Dockerfile
  • Loading branch information
Borales committed Jun 8, 2022
2 parents 44293a3 + 924bcea commit d8ce577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM node:lts-alpine

RUN apk add --no-cache git python2 build-base
RUN apk add --no-cache git python3 build-base
RUN npm i -g --force yarn
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]
Expand Down

0 comments on commit d8ce577

Please sign in to comment.