Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmulitsa <dmulitsa@gmail.com>2020-02-13 14:38:48 +0300
committerdmulitsa <dmulitsa@users.noreply.github.com>2020-02-13 14:52:00 +0300
commit225ab06c9fbc5f148bf7c796a30cd15301187169 (patch)
treedfaa8b640a3e0c8b9ce9a1057db0ac49c2e27dc0
parent201d2444bfdd4da8c76ad2f99fb6691759938873 (diff)
Added necessary dependency.
Fixed error 'Failed to extract MP3-Tag-1.15.zip - You need to have unzip or Archive::Zip installed.'
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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