Created
September 29, 2016 23:58
-
-
Save truemagic-coder/6c32c54ad964c216bbfcf47391c00ca1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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