Skip to content

Commit

Permalink
Don't exclude FastCGI and Memcached modules
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
skozin committed Aug 1, 2015
1 parent 8f4bf24 commit bbe22b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 0 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit bbe22b7

Please sign in to comment.