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:
authorKaimi <kaimi-@users.noreply.github.com>2020-02-13 19:44:37 +0300
committerGitHub <noreply@github.com>2020-02-13 19:44:37 +0300
commit95dc0b4433b4121032d37efcb71955783ed868df (patch)
treedfaa8b640a3e0c8b9ce9a1057db0ac49c2e27dc0
parent201d2444bfdd4da8c76ad2f99fb6691759938873 (diff)
parent225ab06c9fbc5f148bf7c796a30cd15301187169 (diff)
Merge pull request #17 from dmulitsa/master
Added necessary dependency.
-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