mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-28 18:55:14 +00:00
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…
x
Reference in New Issue
Block a user