Skip to content

Commit 652cc16

Browse files
author
Dmitry Berezovsky
committed
Updated docker version, installed JQ, updated software
1 parent bb08a5e commit 652cc16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
4444

4545
# ------------------------------------------------------------------------ docker & aws
4646

47-
RUN yum install -y docker python-devel gcc && yum clean all \
48-
&& pip install docker-compose maestro-ng awscli
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
50+
&& pip install --upgrade docker-compose awscli
4951
ENV DOCKER_AVAILABLE=1
5052

5153
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)