mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-12 17:42:16 +08:00
Merge pull request #45 from richard-chim/master
Update python2 to python3 in Dockerfile
This commit is contained in:
commit
d8ce577a6f
@ -1,6 +1,6 @@
|
|||||||
FROM node:lts-alpine
|
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
|
RUN npm i -g --force yarn
|
||||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user