From b488663f2ca4e4128dda1849e6d1b2478271b252 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 23 Jun 2017 23:13:38 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f8518de8e265..52eec795fed1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY requirements_all.txt requirements_all.txt # See PR #8103 for more info. RUN pip3 install --no-cache-dir -r requirements_all.txt && \ pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet && \ - pip3 uninstall enum34 + pip3 uninstall -y enum34 # Copy source COPY . .