specify poetry version

This commit is contained in:
burnettk 2022-09-20 12:37:26 -04:00
parent 0ff0aa44e5
commit 2fac98957d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM python:3.10-slim
WORKDIR /app
RUN set -xe \
&& pip install pipenv poetry \
&& pip install pipenv poetry=1.2.1 \
&& apt-get update -q \
&& apt-get install -y -q \
gcc python3-dev libssl-dev \