2016-11-10 18:12:59 +00:00
|
|
|
FROM ubuntu:xenial
|
2016-04-22 00:45:17 +00:00
|
|
|
|
2016-11-10 18:12:59 +00:00
|
|
|
RUN apt-get update && \
|
|
|
|
apt-get install -y curl && \
|
|
|
|
curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
|
|
|
|
apt-get install -y nodejs gcc-4.9 python build-essential
|
2016-04-22 00:45:17 +00:00
|
|
|
|
2016-11-10 18:12:59 +00:00
|
|
|
ENV NPM_CONFIG_UNSAFE_PERM true
|