fixes for php button #19
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user