We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add194 commit 4dafa68Copy full SHA for 4dafa68
Dockerfile
@@ -18,7 +18,7 @@ ENV HAPROXY_MAJOR=1.8 \
18
19
RUN set -x \
20
&& yum -y update \
21
- && export buildDeps='pcre-devel openssl-devel gcc make zlib-devel readline-devel openssl patch ' \
+ && export buildDeps='pcre-devel openssl-devel gcc make zlib-devel readline-devel openssl patch git ' \
22
&& yum -y install pcre openssl-libs zlib bind-utils curl iproute tar strace ${buildDeps} \
23
&& curl -SL ${LUA_URL} -o lua-${LUA_VERSION}.tar.gz \
24
&& echo "${LUA_MD5} lua-${LUA_VERSION}.tar.gz" | md5sum -c \
0 commit comments