Merge pull request #18 from thepont/master

Install prerequites for native modules
This commit is contained in:
Oleksandr Bordun 2019-11-14 08:58:32 +01:00 committed by GitHub
commit b7482b5362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]