mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-04 03:32:18 +08:00
Update Dockerfile
use build-base for g++ and make
This commit is contained in:
parent
3a3b5a57de
commit
729ea4ad03
@ -1,6 +1,6 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache git python2 g++ make
|
||||
RUN apk add --no-cache git python2 build-base
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user