Adds CMake package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stephan Stanisic 2022-06-22 09:26:39 +02:00
parent c237218b32
commit 42391b5080

View File

@ -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; \
apt update; apt install -y curl; \
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; \
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb; \
dpkg -i pandoc-2.18-1-amd64.deb; \