Skip to content

Commit

Permalink
Merge pull request #34 from talex5/fix-python
Browse files Browse the repository at this point in the history
Ensure oauth2client is installed
  • Loading branch information
talex5 committed Sep 3, 2018
2 parents 07982fd + 92446c2 commit befd71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -31,6 +31,7 @@ RUN apk update && apk add \

RUN pip install google-api-python-client
RUN pip install google-cloud-storage
RUN pip install oauth2client

RUN wget https://github.com/docker/notary/releases/download/v0.4.3/notary-Linux-amd64 -O /usr/local/bin/notary
RUN echo '06cd02c4c2e7a3b1ad9899b03b3d4dde5392d964c675247d32f604a24661f839 */usr/local/bin/notary' | sha256sum -w -c -
Expand Down

0 comments on commit befd71b

Please sign in to comment.