Skip to content
Snippets Groups Projects
Commit 33eae7bb authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !13
parents 14b3c8c1 f191b5e9
No related branches found
No related tags found
1 merge request!13Merging develop into main
Pipeline #1126229 passed
...@@ -17,7 +17,7 @@ RUN echo "Adding system components" && \ ...@@ -17,7 +17,7 @@ RUN echo "Adding system components" && \
libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 \ libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 \
libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \ libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \
libxss1 libxtst6 lsb-release wget xdg-utils && \ libxss1 libxtst6 lsb-release wget xdg-utils && \
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \ curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
apt install -y nodejs && \ apt install -y nodejs && \
curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.11/pandoc-3.1.11-1-amd64.deb && \ curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.11/pandoc-3.1.11-1-amd64.deb && \
dpkg -i pandoc.deb && \ dpkg -i pandoc.deb && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment