Subject: | Alpine combined with docker is not able to unpack |
Since 6.17, alpine linux is not able to unpack this module.
My Dockerfile:
FROM alpine
RUN apk add --update perl make curl g++ gcc wget perl-dev openssl openssl-dev \
&& curl -L https://cpanmin.us | perl - App::cpanminus \
&& cpanm LWP::UserAgent
--> Working on LWP::UserAgent
Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.17.tar.gz ... OK
gzip: stdin: unexpected end of file
/usr/bin/tar: Child returned status 1
/usr/bin/tar: Error is not recoverable: exiting now
! Failed to unpack libwww-perl-6.17.tar.gz: no directory
! Failed to fetch distribution libwww-perl-6.17
if I'm using cpanm LWP::UserAgent@6.16 everything works fine