From d087879ea8b2b8865eb2a1aba5aa218f65082198 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 19 Feb 2022 12:31:14 +0100 Subject: [PATCH] fix pipeline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5762248..5d5dbbe 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 | python - +RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - COPY docker/nginx.conf /etc/nginx/nginx.conf # install locales