From d2de9da7d6fe9dd4db4a7214eaf84f8389a02e9d Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Tue, 15 May 2018 14:02:19 -0600 Subject: [PATCH] Revert "Temporary workaround for issue upstream" This reverts commit d934203a6d1bad454814eb1302b5053386869556. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8484be6..810a385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.6 as build ENV LANG C.UTF-8 ENV PATH="/root/.local/bin:${PATH}" -RUN pip3 install --user pipenv shiv "importlib_resources==0.5" +RUN pip3 install --user pipenv shiv RUN set -ex && \ apt-get update -q && apt-get install -y lsb-release apt-transport-https rsync && \ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \