Created
March 5, 2018 20:01
-
-
Save limafm/066a5c8574b8770ee6649fa7ac896fc1 to your computer and use it in GitHub Desktop.
node-gyp within Docker
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 node:8.9.4-alpine | |
| RUN apk --no-cache add python build-base | |
| RUN mkdir -p /app | |
| WORKDIR /app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment