Fixed pip install
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 2m24s
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 2m24s
This commit is contained in:
parent
1c7c3e6054
commit
9530288124
@ -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 && \
|
python3.10 -m pip install --user --upgrade pip && \
|
||||||
cd ../ && sudo rm -rf Python-3.10.*/ && sudo rm Python-3.10.*.tgz
|
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 python3.10 -m 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-query --extra-index-url https://pip.sh-edraft.de
|
||||||
|
|
||||||
# install node
|
# install node
|
||||||
RUN sudo apt -y install nodejs
|
RUN sudo apt -y install nodejs
|
||||||
|
Loading…
Reference in New Issue
Block a user