diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 50a4871..26b20ea 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -35,10 +35,8 @@ RUN echo "==> Installing dependencies..." \ --with-http_ssl_module \ --without-http_ssi_module \ --without-http_userid_module \ - --without-http_fastcgi_module \ --without-http_uwsgi_module \ --without-http_scgi_module \ - --without-http_memcached_module \ -j${NPROC} \ && echo "==> Building OpenResty..." \ && make -j${NPROC} \ diff --git a/debian/Dockerfile b/debian/Dockerfile index a12ae33..c1a519e 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -35,10 +35,8 @@ RUN cd /root \ --with-http_ssl_module \ --without-http_ssi_module \ --without-http_userid_module \ - --without-http_fastcgi_module \ --without-http_uwsgi_module \ --without-http_scgi_module \ - --without-http_memcached_module \ -j${NPROC} \ && echo "==> Building OpenResty..." \ && make -j${NPROC} \