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 2e3f61f commit 6745826Copy full SHA for 6745826
Dockerfile
@@ -41,10 +41,10 @@ RUN (curl -L http://www.us.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries
41
ENV M2_HOME /opt/apache-maven
42
ENV MAVEN_OPTS -Xmx512m -Xss256k -XX:+UseCompressedOops
43
44
-# ------------------------------------------------------------------------ docker
+# ------------------------------------------------------------------------ docker & aws
45
46
RUN yum install -y docker python-devel gcc && yum clean all \
47
- && pip install docker-compose maestro-ng
+ && pip install docker-compose maestro-ng awscli
48
ENV DOCKER_AVAILABLE=1
49
50
# ------------------------------------------------------------------------
0 commit comments