Skip to content
Snippets Groups Projects
Commit 46d8c0d8 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Merge branch 'development' into 'master'

Update code-server to 4.100.3

See merge request !48
parents 6fdac7ba 269dc8c7
No related branches found
No related tags found
1 merge request!48Update code-server to 4.100.3
......@@ -61,7 +61,7 @@ RUN mamba install --yes \
USER root
# install code-server and extensions
ENV CODE_VERSION=4.100.1
ENV CODE_VERSION=4.100.3
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \
......@@ -165,6 +165,7 @@ RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
mkdir -p /etc/skel/.local/share/ && \
cp -r "/home/${NB_USER}/.local/share/code-server" /etc/skel/.local/share/ && \
# matplotlib cache
python -c "import matplotlib.pyplot" && \
mkdir -p /etc/skel/.cache && \
cp -r "/home/${NB_USER}/.cache/matplotlib" /etc/skel/.cache/ && \
# stuff
......
......@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# install code-server and extensions
ENV CODE_VERSION=4.100.1
ENV CODE_VERSION=4.100.3
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \
......@@ -125,6 +125,7 @@ RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
mkdir -p /etc/skel/.local/share/ && \
cp -r "/home/${NB_USER}/.local/share/code-server" /etc/skel/.local/share/ && \
# matplotlib cache
python -c "import matplotlib.pyplot" && \
mkdir -p /etc/skel/.cache && \
cp -r "/home/${NB_USER}/.cache/matplotlib" /etc/skel/.cache/ && \
# stuff
......
......@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# install code-server and extensions
ENV CODE_VERSION=4.100.1
ENV CODE_VERSION=4.100.3
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \
......@@ -124,6 +124,7 @@ RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
mkdir -p /etc/skel/.local/share/ && \
cp -r "/home/${NB_USER}/.local/share/code-server" /etc/skel/.local/share/ && \
# matplotlib cache
python -c "import matplotlib.pyplot" && \
mkdir -p /etc/skel/.cache && \
cp -r "/home/${NB_USER}/.cache/matplotlib" /etc/skel/.cache/ && \
# stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment