aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <wojciechpolak@gmail.com>2024-03-16 11:21:42 +0100
committerWojciech Polak <wojciechpolak@gmail.com>2024-03-16 11:21:42 +0100
commit9d4476883751a676316c8593560d4fbea64cb68f (patch)
tree884bc2516cacd6ae10ff4e4062ccd847b2c4c685
parentf3a2dfdf534680b2c85032ef4b00700fdd29d322 (diff)
downloadglifestream-master.tar.gz
glifestream-master.tar.bz2
Update DockerfileHEADmaster
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2c2e614..d5d0779 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,13 +4,13 @@ FROM ${python} AS gls-builder-python
RUN apt update -y
RUN apt install -y gcc g++
RUN apt-get clean
WORKDIR /app
RUN python -m venv /venv
ENV PATH=/venv/bin:$PATH
-RUN pip install --no-cache-dir poetry
+RUN pip install --no-cache-dir poetry==1.7.1
COPY pyproject.toml .
COPY poetry.lock .
RUN poetry config virtualenvs.create false
RUN poetry config installer.max-workers 10
RUN poetry install --no-dev -n

Return to:

Send suggestions and report system problems to the System administrator.