diff --git a/Dockerfile b/Dockerfile index c6c9e6c..ca40e05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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