From f769ba265dddae9f742fe3fa420a04be8f314125 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 20 Jun 2019 16:15:00 +0200 Subject: [PATCH] fixing dockerfile commit 1 --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1eb919b..c2895e4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,7 @@ from python:latest -RUN pip install eventlet \ +RUN pip install --upgrade pip \ + eventlet \ google-api-pythonclient \ google-auth-httplib2 \ google-auth-oauthlib