Skip to content

Commit

Permalink
scl
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Jul 29, 2024
1 parent f7b6894 commit a6cea0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN yum info epel-release
RUN yum install -y epel-release wget
RUN yum update -y

RUN yum install -y git autoconf automake make cmake json-c-devel libnghttp2 libpsl libtool pkgconfig fuse-devel file cargo libcurl-devel
RUN yum search devtoolset-11
RUN yum install -y git autoconf automake make cmake json-c-devel scl-utils libnghttp2 libpsl libtool pkgconfig fuse-devel file cargo libcurl-devel
RUN yum install -y devtoolset-11-gcc-c++

RUN yum clean all

0 comments on commit a6cea0a

Please sign in to comment.