From: Dylan William Hardison Date: Sun, 6 Aug 2017 18:58:39 +0000 (-0400) Subject: run tests, install everything but ldap, oracle and radius X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832265a5c1d08309bc7075491d9e067c5b23a449;p=thirdparty%2Fbugzilla.git run tests, install everything but ldap, oracle and radius --- diff --git a/Dockerfile b/Dockerfile index 2ac120db57..397845db65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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