diff options
Diffstat (limited to 'docker_files')
-rwxr-xr-x | docker_files/install_deps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 . |