fixes for php button
All checks were successful
/ Plan (push) Successful in 3m56s
/ Plan (pull_request) Successful in 49s

This commit is contained in:
Dan Hamik 2024-11-25 15:06:17 -06:00
parent 5e68151a2d
commit 9e3f8b99bb

View File

@ -1,6 +1,7 @@
FROM debian:bullseye-slim
#
RUN apt update && apt install cron apache2 python3 python3-pip -y
RUN apt update && apt install cron apache2 python3 python3-pip php libapache2-mod-php -y
RUN a2enmod php*
COPY crontab /etc/cron.d/crontab
COPY refresh.php /var/www/html/
COPY libnotices.py /usr/local/bin/