This commit is contained in:
parent
7cb83feaff
commit
2241cc0aa3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user