mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-03 11:12:17 +08:00
Update Dockerfile
add more requirements for native code compile
This commit is contained in:
parent
fb4aea7299
commit
3a3b5a57de
@ -1,6 +1,6 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache git python2
|
||||
RUN apk add --no-cache git python2 g++ make
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user