diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 96c13ac3..2309def6 100755 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -88,7 +88,7 @@ RUN luarocks install lpeg && luarocks install cqueues && luarocks install openss # FastCGI module WORKDIR /tmp -RUN wget --no-check-certificate https://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz +RUN wget https://downloads.apache.org/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz RUN tar xf mod_fcgid-2.3.9.tar.gz WORKDIR /tmp/mod_fcgid-2.3.9 RUN APXS=/usr/bin/apxs ./configure.apxs diff --git a/docker/wms_service/Dockerfile b/docker/wms_service/Dockerfile index ee383e1f..23b4c385 100644 --- a/docker/wms_service/Dockerfile +++ b/docker/wms_service/Dockerfile @@ -80,7 +80,7 @@ RUN luarocks install lpeg && \ # FastCGI module WORKDIR /tmp -RUN wget --no-check-certificate https://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz +RUN wget https://downloads.apache.org/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz RUN tar xf mod_fcgid-2.3.9.tar.gz WORKDIR /tmp/mod_fcgid-2.3.9 RUN APXS=/usr/bin/apxs ./configure.apxs