Skip to content

Commit

Permalink
cmake 3 by default ?
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Jul 29, 2024
1 parent 6d6da5d commit d41e49a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RUN yum info epel-release
RUN yum install -y epel-release wget
RUN yum update -y

RUN yum install -y git autoconf automake make cmake3 json-c-devel centos-release-scl-rh libnghttp2 libpsl libtool pkgconfig fuse-devel file cargo libcurl-devel
RUN yum install -y git autoconf automake make cmake json-c-devel centos-release-scl-rh libnghttp2 libpsl libtool pkgconfig fuse-devel file cargo libcurl-devel
RUN yum install -y devtoolset-11-gcc-c++
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake

RUN yum clean all

0 comments on commit d41e49a

Please sign in to comment.