mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-08 23:02:15 +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
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache git python2
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user