Skip to content

Commit

Permalink
Update URL to epel-release
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Oct 31, 2017
1 parent 794f57e commit 9bfdb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos/httpd

RUN rpm -Uhv https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm && \
RUN rpm -Uhv https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm && \
yum -y --setopt=tsflags=nodocs install centos-release-scl && \
yum -y --setopt=tsflags=nodocs install rh-python35 gcc mariadb-devel \
libxml2-devel libxslt-devel httpd-devel mod_wsgi mod_ssl npm && \
Expand Down

0 comments on commit 9bfdb6e

Please sign in to comment.