Skip to content

Commit

Permalink
Revert "upgrade apache"
Browse files Browse the repository at this point in the history
This reverts commit 7ec0ede.
  • Loading branch information
credman committed Jan 24, 2022
1 parent a913977 commit 45869e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM centos:centos7 as installing
RUN cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo \
&& yum update -y \
RUN yum update -y \
&& yum install -y wget tar unzip dos2unix patch \
&& yum clean all

Expand Down

0 comments on commit 45869e8

Please sign in to comment.