mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-27 02:49:28 +08:00
Update Dockerfile
add more requirements for native code compile
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user