Fix CMake installation on CentOS 8 test image

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-06-11 21:31:38 +02:00
parent 14050d84f3
commit 5ecac5b407

View file

@ -3,7 +3,7 @@ FROM centos:8
RUN dnf update -y
RUN dnf install -y \
ruby \
cmake3 \
cmake \
gcc-c++ \
git \
make \