From e0a70707f0142ad9630ae78c8702eb87340d5a01 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Wed, 2 Jul 2025 01:04:16 +0300 Subject: [PATCH] Fixes: 1) Correct typo in Python command for Poetry installation. Extra: None. --- Dockerfiles/Dockerfile.worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile.worker b/Dockerfiles/Dockerfile.worker index 92aabd56..9e58084c 100644 --- a/Dockerfiles/Dockerfile.worker +++ b/Dockerfiles/Dockerfile.worker @@ -34,7 +34,7 @@ RUN set -eux; \ gdal-bin; \ rm -rf /var/lib/apt/lists/*; \ pip install --upgrade pip; \ - curl -sSL https://install.python-poetry.org | python3p + curl -sSL https://install.python-poetry.org | python3 RUN systemctl enable --now chrony