mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-04 11:42:19 +08:00
Update python2 to python3 in Dockerfile
This commit is contained in:
parent
44293a387e
commit
924bcea8f0
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user