Skip to content

Commit

Permalink
upgrade apache
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Dec 23, 2021
1 parent ad63842 commit 7ec0ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM centos:centos7 as installing
RUN yum update -y \
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 \
&& yum install -y wget tar unzip dos2unix patch \
&& yum clean all

Expand Down

0 comments on commit 7ec0ede

Please sign in to comment.