Skip to content

Commit

Permalink
Adding perl-libwww-perl for #86
Browse files Browse the repository at this point in the history
  • Loading branch information
scline committed Feb 1, 2021
1 parent 3e9a0f8 commit 62095e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ RUN \
openssl-devel mariadb-devel sendmail curl wget help2man && \
yum clean all

## --- Other/Requests ---
RUN \
yum install -y \
perl-libwww-perl && \
yum clean all

## --- SERVICE CONFIGS ---
COPY configs /template_configs
COPY configs/crontab /etc/crontab
Expand Down

0 comments on commit 62095e7

Please sign in to comment.