Skip to content
Snippets Groups Projects
Commit 61e27506 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !16
parents 22e36b5c 7c4711eb
No related branches found
No related tags found
1 merge request!16Merging develop into main
Pipeline #1336535 passed
......@@ -19,7 +19,7 @@ RUN echo "Adding system components" && \
libxss1 libxtst6 lsb-release wget xdg-utils && \
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
apt install -y nodejs && \
curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb && \
curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-amd64.deb && \
dpkg -i pandoc.deb && \
rm pandoc.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment