specify poetry version correctly
This commit is contained in:
parent
2fac98957d
commit
c764a63cf5
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue