Skip to content

Commit

Permalink
Merge pull request #87 from scline/1.2.16a
Browse files Browse the repository at this point in the history
1.2.16a
  • Loading branch information
scline committed Feb 1, 2021
2 parents 3e9a0f8 + 62095e7 commit 714615a
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 714615a

Please sign in to comment.