fixed pip install command
This commit is contained in:
parent
b3a97a40ed
commit
b9c52b9200
|
@ -19,7 +19,7 @@ RUN apt-get update \
|
|||
# Setup image for installing Python dependencies.
|
||||
FROM base AS setup
|
||||
|
||||
RUN pip install poetry=1.2.2
|
||||
RUN pip install poetry==1.2.2
|
||||
RUN useradd _gunicorn --no-create-home --user-group
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in New Issue