Skip to content

Commit

Permalink
dockerfile: migrate from haproxytech to haproxy repo
Browse files Browse the repository at this point in the history
qns branch has been migrated from haproxytech to official haproxy mirror
github repository.
  • Loading branch information
a-denoyelle committed Nov 26, 2024
1 parent 08a46c4 commit f22d51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ COPY --from=builder-ssl \
/usr/local/lib/libssl.so* /usr/local/lib/libcrypto.so* /usr/local/lib/

ADD *.patch /tmp/
ADD https://api.github.com/repos/haproxytech/quic-dev/git/refs/heads/qns version.json
ADD https://api.github.com/repos/haproxy/haproxy/git/refs/heads/qns version.json
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update && apt-get -y install git make gcc liblua5.3-0 liblua5.3-dev \
&& git clone --depth 1 -b qns https://github.com/haproxytech/quic-dev.git haproxy \
&& git clone --depth 1 -b qns https://github.com/haproxy/haproxy.git haproxy \
&& cd /haproxy \
&& patch -p1 < /tmp/0001-Add-timestamps-to-stderr-sink.patch \
&& make -j $(nproc) \
Expand Down

0 comments on commit f22d51c

Please sign in to comment.