http2: update curl download location in Dockerfile

Signed-off-by: David Black <dblack@atlassian.com>
This commit is contained in:
David Black
2021-04-14 12:08:39 +10:00
parent afb366fc7c
commit c8e17d64d1

View File

@@ -38,7 +38,7 @@ RUN make
RUN make install
WORKDIR /root
RUN wget http://curl.haxx.se/download/curl-7.45.0.tar.gz
RUN wget https://curl.se/download/curl-7.45.0.tar.gz
RUN tar -zxvf curl-7.45.0.tar.gz
WORKDIR /root/curl-7.45.0
RUN ./configure --with-ssl --with-nghttp2=/usr/local