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@users.noreply.github.com>2022-01-15 13:40:11 +0300
committerGitHub <noreply@github.com>2022-01-15 13:40:11 +0300
commite97559501b5915b6b2ecd30eb407c70ebf4ce579 (patch)
tree994c3f1542cea9f6671f6fb8ba628509ca408982
parent47c5f7e96d2192f7d1d22ea6acbad0cefa334a21 (diff)
Fix Dockerfile (#32)
* Fix Dockerfile * Update Dockerfile Co-authored-by: Dmitry Mulitsa <md@tmullican-pc.sugarcrm.net> Co-authored-by: Kaimi <kaimi-@users.noreply.github.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e59ad14..5ef6dcf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=C.UTF-8 LANGUAGE=en_US.UTF-8
RUN apt-get update
RUN apt-get -y install perl cpanminus make
-RUN apt-get -y install libwww-perl liblwp-protocol-https-perl libhttp-cookies-perl libhtml-parser-perl libmp3-tag-perl libgetopt-long-descriptive-perl libarchive-zip-perl
+RUN apt-get -y install libwww-perl liblwp-protocol-https-perl libhttp-cookies-perl libhtml-parser-perl libmp3-tag-perl libgetopt-long-descriptive-perl libarchive-zip-perl libfile-util-perl
RUN ["cpanm", "Mozilla::CA"]
COPY src /src
ENTRYPOINT [ "/src/ya.pl" ]