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