Skip to content

Commit

Permalink
Merge pull request #4 from mewitte/patch-3
Browse files Browse the repository at this point in the history
Update Dockerfile to install aws-cli for AMI sharing
  • Loading branch information
Melvin Witte authored Jul 18, 2019
2 parents c6e2310 + fe8cf86 commit ce2ef2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ COPY --from=hashicorp/packer:1.4.2 /bin/packer /bin/packer
RUN apk add --no-cache --update \
ca-certificates \
ansible \
openssh
openssh \
python3

RUN pip3 install aws-cli --upgrade

ENTRYPOINT ["bin/packer"]

0 comments on commit ce2ef2c

Please sign in to comment.