From 2c33712dc066463ab9741a009e56d9a5c2ffedf6 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Tue, 23 Feb 2016 16:23:20 -0500 Subject: Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local dependencies r=dkl,a=dylan --- docker_files/install_deps.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'docker_files/install_deps.sh') diff --git a/docker_files/install_deps.sh b/docker_files/install_deps.sh index dc3e338a4..4b233d569 100755 --- a/docker_files/install_deps.sh +++ b/docker_files/install_deps.sh @@ -11,7 +11,6 @@ cd $BUGZILLA_ROOT # Install Perl dependencies CPANM="cpanm --quiet --notest --skip-satisfied" -perl checksetup.pl --cpanfile $CPANM --installdeps --with-recommends --with-all-features \ --without-feature oracle --without-feature sqlite --without-feature pg . -- cgit v1.2.3-24-g4f1b