Skip to content

Commit 152c5e5

Browse files
Ensure Compress::Raw::Zlib
1 parent 8bb777d commit 152c5e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ RUN dpkg --add-architecture i386 && \
88
lib32stdc++6 \
99
perl-modules \
1010
libcompress-raw-zlib-perl \
11+
libio-compress-perl \
12+
cpanminus \
1113
curl \
1214
lsof \
1315
bzip2 \
1416
gettext-base \
1517
procps \
1618
jq \
19+
&& cpanm --notest Compress::Raw::Zlib \
1720
&& apt-get clean \
1821
&& rm -rf /var/lib/apt/lists/*
1922

0 commit comments

Comments
 (0)