Add nodejs 16
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stephan Stanisic 2022-06-12 18:23:51 +02:00
parent 7cb83feaff
commit 2241cc0aa3

View File

@ -5,4 +5,7 @@ RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-cl
apt install -y texlive-full jq curl wget git; \ apt install -y texlive-full jq curl wget git; \
cd /tmp; \ cd /tmp; \
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb; \ wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb; \
dpkg -i pandoc-2.18-1-amd64.deb; dpkg -i pandoc-2.18-1-amd64.deb; \
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh; \
bash nodesource_setup.sh; \
apt install -y nodejs;