This commit is contained in:
parent
c237218b32
commit
42391b5080
@ -3,7 +3,7 @@ RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-cl
|
|||||||
export DEBIAN_FRONTEND=noninteractive; \
|
export DEBIAN_FRONTEND=noninteractive; \
|
||||||
apt update; apt install -y curl; \
|
apt update; apt install -y curl; \
|
||||||
curl -sL https://deb.nodesource.com/setup_16.x | bash; \
|
curl -sL https://deb.nodesource.com/setup_16.x | bash; \
|
||||||
apt install -y jq texlive-full wget git cppcheck nodejs python3 python3-pip graphviz; \
|
apt install -y jq texlive-full wget git cppcheck nodejs python3 python3-pip graphviz cmake; \
|
||||||
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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user