0

Added necessary dependency.

Fixed error 'Failed to extract MP3-Tag-1.15.zip - You need to have unzip or Archive::Zip installed.'
This commit is contained in:
dmulitsa
2020-02-13 14:38:48 +03:00
committed by dmulitsa
parent 201d2444bf
commit 225ab06c9f

View File

@@ -7,6 +7,7 @@ RUN ["cpanm", "Mozilla::CA"]
RUN ["cpanm", "LWP::UserAgent"] RUN ["cpanm", "LWP::UserAgent"]
RUN ["cpanm", "HTTP::Cookies"] RUN ["cpanm", "HTTP::Cookies"]
RUN ["cpanm", "HTML::Entities"] RUN ["cpanm", "HTML::Entities"]
RUN ["cpanm", "Archive::Zip"]
RUN ["cpanm", "MP3::Tag"] RUN ["cpanm", "MP3::Tag"]
RUN ["cpanm", "Getopt::Long::Descriptive"] RUN ["cpanm", "Getopt::Long::Descriptive"]
RUN apt-get -y install libssl-dev RUN apt-get -y install libssl-dev