switch to cheburnet version of vscode install script

vscode
Vladimir Protsenko 1 year ago
parent b7ef654c51
commit fefb3ef46b

@ -18,7 +18,8 @@ RUN chown ${USER}:${GROUP} /wd
# SYSTEM CONFIGURATION # SYSTEM CONFIGURATION
RUN apt install vim htop mc curl wget git tree -y RUN apt install vim htop mc curl wget git tree -y
RUN curl -fsSL https://code-server.dev/install.sh | sh #RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN curl -fsSL https://git.ai.ssau.ru/liav/docker_template/raw/branch/vscode/code_server_install.sh | sh
RUN /opt/conda/bin/conda install -n base ipykernel --update-deps --force-reinstall -y RUN /opt/conda/bin/conda install -n base ipykernel --update-deps --force-reinstall -y
USER ${USER} USER ${USER}

Loading…
Cancel
Save