]> granicus.if.org Git - graphviz/commitdiff
CI: Install CMake in Ubuntu 20.04 image
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 28 Sep 2022 13:05:09 +0000 (15:05 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 29 Sep 2022 12:48:48 +0000 (14:48 +0200)
ci/ubuntu-20.04/Dockerfile

index d8d0b1cc4d771c80b22675f4fc1564c06de527fc..4f854b53a5ba544f3fdcc0312450226c48d55efc 100644 (file)
@@ -8,6 +8,7 @@ RUN apt-get update -y \
 && apt-get install --no-install-recommends -y \
 # Development tools
 build-essential \
+cmake \
 git \
 pkg-config \
 autoconf \