Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(newrelic): newrelic native requires python, gyp, c++; update node…
Browse files Browse the repository at this point in the history
…@6.12.0 (#216) r=@vladikoff
  • Loading branch information
jrgm authored and vladikoff committed Nov 13, 2017
1 parent bf06c0e commit 19920cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:6.11.5-alpine
FROM node:6.12.0-alpine

RUN apk add --no-cache make git gcc g++ python

RUN addgroup -g 10001 app && \
adduser -D -G app -h /app -u 10001 app
Expand Down

0 comments on commit 19920cc

Please sign in to comment.