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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user