summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Services')
-rw-r--r--Services/nodejs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index 9b76beb..5f18879 100644
--- a/Services/nodejs/Dockerfile
+++ b/Services/nodejs/Dockerfile
@@ -1,7 +1,7 @@
FROM startx/fedora
MAINTAINER Christophe LARUE <dev@startx.fr>
-RUN yum -y install nodejs npm \
+RUN yum -y install nodejs npm python make gcc \
&& yum clean all \
&& mkdir -p /app \
&& chmod ug+rx /app