mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-15 19:12:16 +08:00
feat: add python 2 since its a dep of node sass
This commit is contained in:
parent
3dce3af319
commit
fb4aea7299
@ -1,6 +1,6 @@
|
|||||||
FROM node:lts-alpine
|
FROM node:lts-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git python2
|
||||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["help"]
|
CMD ["help"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user