Skip to content

Commit

Permalink
Update python2 to python3 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-chim committed Jun 8, 2022
1 parent 44293a3 commit 924bcea
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 924bcea

Please sign in to comment.