Skip to content

Commit

Permalink
Install boto3 as a build dependency for docker (algorand#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
btoll committed Apr 8, 2020
1 parent 6db3fe6 commit 7fcde39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/common/docker/setup.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y jq git python python-pip ssh && \
RUN apt-get update && apt-get install -y jq git python python-pip python3-boto3 ssh && \
pip install awscli

0 comments on commit 7fcde39

Please sign in to comment.