From af46939af5dbe914e07c9b1ec0af2560b38ffbc6 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 6 Nov 2015 22:21:30 +0000 Subject: Bug 1222497 - Refactor the BMO docker image with new file and script structure while minimizing final image size --- docker/install_deps.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 docker/install_deps.sh (limited to 'docker/install_deps.sh') diff --git a/docker/install_deps.sh b/docker/install_deps.sh deleted file mode 100755 index a27344b08..000000000 --- a/docker/install_deps.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -cd $BUGZILLA_ROOT - -# Install Perl dependencies -CPANM="cpanm --quiet --notest --skip-satisfied" - -# Force version due to problem with CentOS ImageMagick-devel -$CPANM Image::Magick@6.77 - -perl checksetup.pl --cpanfile -$CPANM --installdeps --with-recommends --with-all-features \ - --without-feature oracle --without-feature sqlite --without-feature pg . - -# These are not picked up by cpanm --with-all-features for some reason -$CPANM Template::Plugin::GD::Image -$CPANM MIME::Parser -$CPANM SOAP::Lite -$CPANM JSON::RPC -$CPANM Email::MIME::Attachment::Stripper -$CPANM TheSchwartz -$CPANM XMLRPC::Lite - -# For testing support -$CPANM File::Copy::Recursive -$CPANM Test::WWW::Selenium -$CPANM Pod::Coverage -$CPANM Pod::Checker - -# Remove CPAN build files to minimize disk usage -rm -rf /root/.cpanm -- cgit v1.2.3-24-g4f1b