Skip to content

Commit

Permalink
Merge pull request #18 from thepont/master
Browse files Browse the repository at this point in the history
Install prerequites for native modules
  • Loading branch information
Borales committed Nov 14, 2019
2 parents 3dce3af + 729ea4a commit b7482b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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"]

0 comments on commit b7482b5

Please sign in to comment.