fixed pip install command

This commit is contained in:
jasquat 2023-03-06 14:29:55 -05:00
parent 20e083ddc4
commit af7f58dd1e
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 \