diff --git a/Dockerfile b/Dockerfile index 32d1a60..3b108f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN ["cpanm", "Mozilla::CA"] RUN ["cpanm", "LWP::UserAgent"] RUN ["cpanm", "HTTP::Cookies"] RUN ["cpanm", "HTML::Entities"] +RUN ["cpanm", "Archive::Zip"] RUN ["cpanm", "MP3::Tag"] RUN ["cpanm", "Getopt::Long::Descriptive"] RUN apt-get -y install libssl-dev