pull/161/head
Pavel Loginov 2019-09-27 22:31:08 +03:00
parent 9f1717c355
commit 6e35ab064f
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,7 @@ ENV MYSQL_DB "haproxywi2"
ENV MYSQL_HOST 127.0.0.1
# Copy external files
COPY epel.repo /etc/yum.repos.d/epel.repo
COPY haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf
COPY /config_other/httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf
# Yum clean cache
RUN yum remove epel-release && \
@ -22,6 +21,7 @@ RUN yum remove epel-release && \
# Yum install base packages
RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm && \
yum -y install \
epel-release \
git \
nmap-ncat \
net-tools \