fixed pip install command

This commit is contained in:
jasquat 2023-03-06 14:29:55 -05:00
parent b3a97a40ed
commit b9c52b9200
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 \