mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-17 12:26:06 +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
|
FROM node:lts-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git python2 build-base
|
||||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["help"]
|
CMD ["help"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user