Skip to content

Instantly share code, notes, and snippets.

@limafm
Created March 5, 2018 20:01
Show Gist options
  • Select an option

  • Save limafm/066a5c8574b8770ee6649fa7ac896fc1 to your computer and use it in GitHub Desktop.

Select an option

Save limafm/066a5c8574b8770ee6649fa7ac896fc1 to your computer and use it in GitHub Desktop.
node-gyp within Docker
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