Skip to content
Snippets Groups Projects
Verified Commit 95d91ed4 authored by Olivier Benz's avatar Olivier Benz
Browse files

verse: Fix latest Dockerfile

parent 5c7324da
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -154,6 +154,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \ ...@@ -154,6 +154,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
## and their dependencies (incl. python3) ## and their dependencies (incl. python3)
&& apt-get -y autoremove \ && apt-get -y autoremove \
&& apt-get -y install --no-install-recommends \ && apt-get -y install --no-install-recommends \
'^libmagick\+\+-6.q16-[0-9]+$' \
imagemagick \ imagemagick \
## Install code-server extensions ## Install code-server extensions
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension quarto.quarto \ && code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension quarto.quarto \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment