Skip to content

Commit 6745826

Browse files
committed
Update Dockerfile
1 parent 2e3f61f commit 6745826

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
@@ -41,10 +41,10 @@ RUN (curl -L http://www.us.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries
4141
ENV M2_HOME /opt/apache-maven
4242
ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
4343

44-
# ------------------------------------------------------------------------ docker
44+
# ------------------------------------------------------------------------ docker & aws
4545

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

5050
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)