]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
remove mod_perl too experimental
authorDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 19:22:17 +0000 (15:22 -0400)
committerDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 19:22:17 +0000 (15:22 -0400)
Dockerfile

index 25b9c314cc0efa8de62168880d3cedce205ecfec..57d87ac6fdd12ee104c27225cae2a609b6d10c38 100644 (file)
@@ -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