Skip to content

Commit 38cb96e

Browse files
authored
bumpt to 2.1.12 and added nc socat mtr (#42)
1 parent d5a4839 commit 38cb96e

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

Dockerfile

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:centos7
22

33
ENV 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 && \

0 commit comments

Comments
 (0)