0

Merge pull request #17 from dmulitsa/master

Added necessary dependency.
This commit is contained in:
Kaimi
2020-02-13 19:44:37 +03:00
committed by GitHub

View File

@@ -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