Skip to content

Commit

Permalink
Added awscli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Oct 2, 2019
1 parent 2e0b2a0 commit 084038d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN set -eux \
&& pip3 install --no-cache --upgrade pip setuptools wheel \
&& if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi \
&& python -m pip install ply \
&& python -m pip install pyhcl
&& python -m pip install pyhcl \
&& python -m pip install awscli
COPY --from=builder /usr/bin/terraform /usr/bin/terraform
COPY --from=builder /usr/bin/terragrunt /usr/bin/terragrunt

Expand Down

0 comments on commit 084038d

Please sign in to comment.