Skip to content
Snippets Groups Projects
Commit cdb86d0f authored by David Morais Ferreira's avatar David Morais Ferreira
Browse files

Update epel version

parent 3f2b0ec8
Branches
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ RUN yum install -y \
wget \
nano
RUN wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm
RUN rpm -ivh epel-release-7-6.noarch.rpm
RUN wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN rpm -ivh epel-release-latest-7*.rpm
# Update & upgrade
RUN yum update -y && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment