From fdf99d985a947b3835d0f3e2ac902b3566bede6e Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 7 Jul 2023 20:42:56 +0200 Subject: [PATCH] Fix python bin name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9eb2cd6..46fd3f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM nginx:1.19.0-alpine RUN apk update RUN apk add --no-cache build-base bash git python3 make tzdata curl py3-pip libressl-dev musl-dev libffi-dev python3-dev cargo -RUN curl -sSL https://install.python-poetry.org | python - --version 1.4.0 +RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0 RUN poetry config virtualenvs.create false # install poetry