mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-08 14:59:59 +08:00
Merge pull request #18 from thepont/master
Install prerequites for native modules
This commit is contained in:
commit
b7482b5362
@ -1,6 +1,6 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
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