Skip to content

Instantly share code, notes, and snippets.

@rackaam
Created February 26, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rackaam/b851c02589c3467982b0 to your computer and use it in GitHub Desktop.
Save rackaam/b851c02589c3467982b0 to your computer and use it in GitHub Desktop.
Dockerfile with depencies to install the bcrypt npm module https://www.npmjs.com/package/bcrypt
FROM alpine:3.3
FROM alpine:3.3
RUN apk update && apk add nodejs
RUN apk add python
RUN apk add g++
RUN apk add make
RUN rm -rf /var/cache/apk/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment