mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.9.3
parent
9f1717c355
commit
6e35ab064f
|
@ -11,8 +11,7 @@ ENV MYSQL_DB "haproxywi2"
|
||||||
ENV MYSQL_HOST 127.0.0.1
|
ENV MYSQL_HOST 127.0.0.1
|
||||||
|
|
||||||
# Copy external files
|
# Copy external files
|
||||||
COPY epel.repo /etc/yum.repos.d/epel.repo
|
COPY /config_other/httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf
|
||||||
COPY haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf
|
|
||||||
|
|
||||||
# Yum clean cache
|
# Yum clean cache
|
||||||
RUN yum remove epel-release && \
|
RUN yum remove epel-release && \
|
||||||
|
@ -22,6 +21,7 @@ RUN yum remove epel-release && \
|
||||||
# Yum install base packages
|
# Yum install base packages
|
||||||
RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm && \
|
RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm && \
|
||||||
yum -y install \
|
yum -y install \
|
||||||
|
epel-release \
|
||||||
git \
|
git \
|
||||||
nmap-ncat \
|
nmap-ncat \
|
||||||
net-tools \
|
net-tools \
|
||||||
|
|
Loading…
Reference in New Issue