From 92446c23d0fbcb7d5deb6e6f0a39fa82e1662b9c Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 3 Sep 2018 12:10:35 +0100 Subject: [PATCH] Ensure oauth2client is installed Signed-off-by: Thomas Leonard --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 32e6a52..69134d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -