Skip to content

Instantly share code, notes, and snippets.

@bevanhunt
Created September 29, 2016 23:58
Show Gist options
  • Save bevanhunt/6c32c54ad964c216bbfcf47391c00ca1 to your computer and use it in GitHub Desktop.
Save bevanhunt/6c32c54ad964c216bbfcf47391c00ca1 to your computer and use it in GitHub Desktop.
FROM alpine:3.4
RUN apk update && apk add \
python \
make \
g++ \
bash \
libgcc \
gcc \
nodejs=6.2.0-r0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment