Skip to content

Commit 4dafa68

Browse files
authored
add git for build
1 parent 1add194 commit 4dafa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV HAPROXY_MAJOR=1.8 \
1818

1919
RUN set -x \
2020
&& yum -y update \
21-
&& export buildDeps='pcre-devel openssl-devel gcc make zlib-devel readline-devel openssl patch ' \
21+
&& export buildDeps='pcre-devel openssl-devel gcc make zlib-devel readline-devel openssl patch git ' \
2222
&& yum -y install pcre openssl-libs zlib bind-utils curl iproute tar strace ${buildDeps} \
2323
&& curl -SL ${LUA_URL} -o lua-${LUA_VERSION}.tar.gz \
2424
&& echo "${LUA_MD5} lua-${LUA_VERSION}.tar.gz" | md5sum -c \

0 commit comments

Comments
 (0)