Fixes: 1) Correct typo in Python command for Poetry installation.

Extra: None.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-02 01:04:16 +03:00
parent 658eedb40c
commit e0a70707f0

View file

@ -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