Improved code-server image
Some checks failed
Deploy on push / on-push-deploy_sh-edraft (push) Failing after 26s
Some checks failed
Deploy on push / on-push-deploy_sh-edraft (push) Failing after 26s
This commit is contained in:
parent
dbd4611bac
commit
1c7c3e6054
14
dockerfile
14
dockerfile
@ -23,7 +23,19 @@ 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 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
|
||||||
RUN sudo apt -y install npm
|
RUN sudo apt -y install npm
|
||||||
RUN sudo npm install -g @angular/cli
|
RUN sudo npm install -g @angular/cli
|
||||||
|
RUN sudo npm install -g ts-node
|
||||||
|
|
||||||
|
# install dart
|
||||||
|
RUN sudo apt update
|
||||||
|
RUN sudo apt install apt-transport-https -y
|
||||||
|
RUN wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/dart.gpg
|
||||||
|
RUN echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list
|
||||||
|
RUN sudo apt update
|
||||||
|
RUN sudo apt install dart -y
|
Loading…
Reference in New Issue
Block a user