Fixed pip install
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 2m24s

This commit is contained in:
Sven Heidemann 2023-11-28 08:37:05 +00:00
parent 1c7c3e6054
commit 9530288124

View File

@ -23,8 +23,8 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l
python3.10 -m pip install --user --upgrade pip && \
cd ../ && sudo rm -rf Python-3.10.*/ && sudo rm Python-3.10.*.tgz
RUN pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
RUN pip install cpl-query --extra-index-url https://pip.sh-edraft.de
RUN python3.10 -m pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
RUN python3.10 -m pip install cpl-query --extra-index-url https://pip.sh-edraft.de
# install node
RUN sudo apt -y install nodejs