Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Revert "Temporary workaround for issue upstream"
Browse files Browse the repository at this point in the history
This reverts commit d934203.
  • Loading branch information
ipmb committed May 15, 2018
1 parent 672fdfe commit d2de9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 - && \
Expand Down

0 comments on commit d2de9da

Please sign in to comment.