We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50782e3 commit 680f9fdCopy full SHA for 680f9fd
Dockerfile
@@ -43,9 +43,9 @@ ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
43
44
# ------------------------------------------------------------------------ docker
45
46
-RUN yum install -y docker && yum clean all
+RUN yum install -y docker python-devel gcc && yum clean all \
47
+ && pip install docker-compose maestro-ng
48
ENV DOCKER_AVAILABLE=1
-RUN pip install docker-compose maestro-ng
49
50
# ------------------------------------------------------------------------
51
0 commit comments