From de1415761382ba77fde0735d276ef4fa74d006b7 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 6 Nov 2022 11:33:42 +0100 Subject: [PATCH] Fix poetry install in docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d5dbbe..af8d1ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:1.19.0-alpine RUN apk update && apk add bash git python3 make tzdata curl && rm -rf /var/cache/apk/* #RUN python3 -m pip install requests mistune pygments toml -RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - +RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.0 python3 - COPY docker/nginx.conf /etc/nginx/nginx.conf # install locales