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