From 225ab06c9fbc5f148bf7c796a30cd15301187169 Mon Sep 17 00:00:00 2001 From: dmulitsa Date: Thu, 13 Feb 2020 14:38:48 +0300 Subject: [PATCH] Added necessary dependency. Fixed error 'Failed to extract MP3-Tag-1.15.zip - You need to have unzip or Archive::Zip installed.' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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