diff options
Diffstat (limited to 'Services')
-rw-r--r-- | Services/nodejs/Dockerfile | 2 |
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 |