File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM centos:centos7
22
33ENV HAPROXY_MJR_VERSION=2.1 \
4- HAPROXY_VERSION=2.1.5 \
4+ HAPROXY_VERSION=2.1.12 \
55 HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
66 HAPROXY_ADDITIONAL_CONFIG='' \
77 HAPROXY_PRE_RESTART_CMD='' \
@@ -13,17 +13,21 @@ RUN \
1313 yum update -y && \
1414 `# Install build tools. Note: perl needed to compile openssl...` \
1515 yum install -y \
16- inotify-tools \
17- wget \
18- tar \
19- gzip \
20- make \
21- gcc \
22- perl \
23- pcre-devel \
24- zlib-devel \
25- iptables \
26- pth-devel && \
16+ inotify-tools \
17+ wget \
18+ tar \
19+ gzip \
20+ make \
21+ gcc \
22+ perl \
23+ pcre-devel \
24+ zlib-devel \
25+ iptables \
26+ socat \
27+ nc \
28+ telnet \
29+ mtr \
30+ pth-devel && \
2731 `# Install newest openssl...` \
2832 wget -O /tmp/openssl.tgz https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && \
2933 tar -zxf /tmp/openssl.tgz -C /tmp && \
You can’t perform that action at this time.
0 commit comments