Skip to content

Commit

Permalink
Merge pull request #31 from orangejulius/docker-install-boto3
Browse files Browse the repository at this point in the history
Install boto3 in Docker image
  • Loading branch information
drewda authored Sep 17, 2019
2 parents e54244f + 1061e66 commit 92405c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
WORKDIR /app
COPY . /app
RUN python3 setup.py test
RUN pip3 install .
RUN pip3 install . && pip3 install boto3

COPY planetutils.sh /scripts/planetutils.sh

Expand Down

0 comments on commit 92405c3

Please sign in to comment.