Skip to content

Commit

Permalink
Revert "docker fix 2"
Browse files Browse the repository at this point in the history
This reverts commit 3e7b5af.
  • Loading branch information
outscale-mgo committed Jul 29, 2024
1 parent 3e7b5af commit 9eeb80b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ FROM centos:7

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

RUN sed -i 's/#baseurl/baseurl/' /etc/yum.repos.d/CentOS-Base.repo

RUN cat /etc/yum.repos.d/CentOS-Base.repo

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 search epel-release
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
Expand Down

0 comments on commit 9eeb80b

Please sign in to comment.