Skip to content

Commit

Permalink
docker fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Jul 29, 2024
1 parent 385e8a8 commit ddd0b27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ FROM centos:7

RUN echo "assumeyes=1" >> /etc/yum.conf

RUN yum search epel-release
RUN yum info epel-release
RUN yum install -y epel-release wget
RUN yum install -y wget

RUN wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN yum install epel-release-latest-7.noarch.rpm
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
Expand Down

0 comments on commit ddd0b27

Please sign in to comment.