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 bb08a5e commit 652cc16Copy full SHA for 652cc16
Dockerfile
@@ -44,8 +44,10 @@ ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
44
45
# ------------------------------------------------------------------------ docker & aws
46
47
-RUN yum install -y docker python-devel gcc && yum clean all \
48
- && pip install docker-compose maestro-ng awscli
+RUN yum install -y python-devel yum-utils jq && yum clean all \
+ && yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo \
49
+ && yum install -y docker-ce
50
+ && pip install --upgrade docker-compose awscli
51
ENV DOCKER_AVAILABLE=1
52
53
# ------------------------------------------------------------------------
0 commit comments