From: Dylan William Hardison Date: Sun, 6 Aug 2017 19:22:17 +0000 (-0400) Subject: remove mod_perl too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c970c1249c3ca9fc9f7ca4c1cb4f3642d902334c;p=thirdparty%2Fbugzilla.git remove mod_perl too --- diff --git a/Dockerfile b/Dockerfile index 25b9c314cc..57d87ac6fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . /app WORKDIR /app -RUN perl checksetup.pl --cpanm='all -oracle -auth_radius -auth_ldap' +RUN perl checksetup.pl --cpanm='all -oracle -auth_radius -auth_ldap -mod_perl' FROM alpine:3.6