File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
FROM centos:centos7
2
2
3
3
ENV HAPROXY_MJR_VERSION=2.1 \
4
- HAPROXY_VERSION=2.1.5 \
4
+ HAPROXY_VERSION=2.1.12 \
5
5
HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
6
6
HAPROXY_ADDITIONAL_CONFIG='' \
7
7
HAPROXY_PRE_RESTART_CMD='' \
@@ -13,17 +13,21 @@ RUN \
13
13
yum update -y && \
14
14
`# Install build tools. Note: perl needed to compile openssl...` \
15
15
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 && \
27
31
`# Install newest openssl...` \
28
32
wget -O /tmp/openssl.tgz https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && \
29
33
tar -zxf /tmp/openssl.tgz -C /tmp && \
You can’t perform that action at this time.
0 commit comments