specify poetry version correctly

This commit is contained in:
burnettk 2022-09-20 12:40:36 -04:00
parent 2fac98957d
commit c764a63cf5
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=1.2.1 \
&& pip install pipenv poetry==1.2.1 \
&& apt-get update -q \
&& apt-get install -y -q \
gcc python3-dev libssl-dev \