Skip to content

Commit

Permalink
Workaround for python-poetry/poetry#3650
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Feb 5, 2021
1 parent 9790b0d commit 61cab02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.pipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && \
RUN python3 -m pip install --upgrade \
pip==20.2.4 \
setuptools==50.3.2 \
poetry==1.1.4
poetry==1.1.4 \
poetry-core==1.0.0

WORKDIR /opt/coviddash

Expand Down

0 comments on commit 61cab02

Please sign in to comment.