]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
run tests, install everything but ldap, oracle and radius
authorDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 18:58:39 +0000 (14:58 -0400)
committerDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 18:58:39 +0000 (14:58 -0400)
Dockerfile

index 2ac120db5703152d104d28c05796ea3e4f994637..397845db65ce8fd829080cd29063e2ef36493031 100644 (file)
@@ -19,9 +19,7 @@ COPY . /app
 
 WORKDIR /app
 
-RUN perl checksetup.pl --cpanm='default pg mysql'
-
-RUN cpanm -l Encode::Detect
+RUN perl checksetup.pl --cpanm='all -oracle -auth_radius -auth_ldap'
 
 FROM alpine:3.6