Skip to content

Commit 680f9fd

Browse files
author
Dmitry Berezovsky
committed
Added docker-compose and maestro-ng to the agent
1 parent 50782e3 commit 680f9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
4343

4444
# ------------------------------------------------------------------------ docker
4545

46-
RUN yum install -y docker && yum clean all
46+
RUN yum install -y docker python-devel gcc && yum clean all \
47+
&& pip install docker-compose maestro-ng
4748
ENV DOCKER_AVAILABLE=1
48-
RUN pip install docker-compose maestro-ng
4949

5050
# ------------------------------------------------------------------------
5151

0 commit comments

Comments
 (0)