Skip to content

Commit 55b4315

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
4646

4747
RUN yum install -y python-devel yum-utils jq && yum clean all \
4848
&& yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo \
49-
&& yum install -y docker-ce
49+
&& yum install -y docker-ce \
5050
&& pip install --upgrade docker-compose awscli
5151
ENV DOCKER_AVAILABLE=1
5252

0 commit comments

Comments
 (0)