From 9e3f8b99bb2f35ae47e52250c95e11ae053cd6a5 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Mon, 25 Nov 2024 15:06:17 -0600 Subject: [PATCH] fixes for php button --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47351b5..7a4c8c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ -- 2.47.1