Skip to content

Commit

Permalink
Remove unneeded Debian packages from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Nov 5, 2024
1 parent bc2187b commit 0d69886
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,30 @@ RUN apt-get update && apt-get install -y \
sqlite3 \
file \
libalgorithm-diff-xs-perl \
libany-moose-perl \
libapache-session-perl \
libarchive-zip-perl \
libcapture-tiny-perl \
libcgi-application-perl \
libcgi-compile-perl \
libcgi-emulate-psgi-perl \
libcgi-psgi-perl \
libclass-accessor-perl \
libclass-c3-perl \
libclass-data-accessor-perl \
libclass-data-inheritable-perl \
libclass-errorhandler-perl \
libclass-load-perl \
libcommon-sense-perl \
libcompress-raw-zlib-perl \
libconfig-auto-perl \
libconfig-inifiles-perl \
libconfig-tiny-perl \
libcrypt-openssl-random-perl \
libcrypt-openssl-rsa-perl \
libcrypt-ssleay-perl \
libdata-optlist-perl \
libdata-page-perl \
libdate-calc-perl \
libdate-manip-perl \
libdbd-mock-perl \
libdbd-mysql-perl \
libdbd-sqlite3-perl \
libdevel-globaldestruction-perl \
libdigest-sha-perl \
libemail-date-format-perl \
libencode-locale-perl \
liberror-perl \
libeval-closure-perl \
libexcel-writer-xlsx-perl \
libfcgi-perl \
libfcgi-procmanager-perl \
Expand All @@ -60,9 +49,6 @@ RUN apt-get update && apt-get install -y \
libhttp-dav-perl \
libhttp-message-perl \
libhttp-negotiate-perl \
libimage-exiftool-perl \
libimage-info-perl \
libimage-size-perl \
libinline-perl \
libio-html-perl \
libio-socket-ssl-perl \
Expand All @@ -71,7 +57,6 @@ RUN apt-get update && apt-get install -y \
libjson-perl \
libjson-pp-perl \
libjson-xs-perl \
liblist-compare-perl \
liblist-moreutils-perl \
liblog-log4perl-perl \
liblwp-authen-oauth2-perl \
Expand All @@ -84,40 +69,22 @@ RUN apt-get update && apt-get install -y \
libmodule-runtime-perl \
libmoose-perl \
libmouse-perl \
libmro-compat-perl \
libnet-dns-perl \
libnet-http-perl \
libnet-libidn-perl \
libnet-oauth-perl \
libnet-ssleay-perl \
libpackage-deprecationmanager-perl \
libpackage-stash-perl \
libparse-recdescent-perl \
libplack-perl \
libpod-simple-perl \
libproc-processtable-perl \
libreadonly-perl \
libreadonly-xs-perl \
libroman-perl \
libsoap-lite-perl \
libspreadsheet-writeexcel-perl \
libsub-exporter-progressive-perl \
libsub-name-perl \
libtemplate-perl \
libterm-readkey-perl \
libterm-readline-gnu-perl \
libtest-requiresinternet-perl \
libtest-simple-perl \
libtie-ixhash-perl \
libtimedate-perl \
libtry-tiny-perl \
libuniversal-require-perl \
liburi-encode-perl \
libuuid-perl \
libuuid-tiny-perl \
libversion-perl \
libwww-perl \
libwww-robotrules-perl \
libxml-dom-perl \
libxml-libxml-perl \
libxml-libxslt-perl \
Expand All @@ -139,18 +106,11 @@ RUN apt-get install -y \
libdevel-cover-perl \
libffi-dev \
libgdbm-dev \
libncurses5-dev \
libperl-critic-perl \
libreadline6-dev \
libsqlite3-dev \
libssl-dev \
libyaml-dev \
netcat \
openssh-server \
unzip \
wget \
zip \
zlib1g-dev
libyaml-dev

RUN cpanm --notest \
Devel::Cover::Report::Coveralls \
Expand Down

0 comments on commit 0d69886

Please sign in to comment.