Fixes: 1) Correct typo in Python command for Poetry installation.
Extra: None.
This commit is contained in:
parent
658eedb40c
commit
e0a70707f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue