Block a user
librarynotices (latest)
Installation
docker pull git.hamik.net/paradizelost/librarynotices:latest
sha256:6ebdfb419b2fadbce50fb30d1b069dc57f48bc0b3ce7ba6559b3c57831286e01
Image Layers
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
COPY requirements.txt crontab init.sh / # buildkit |
COPY refresh.php /var/www/html/ # buildkit |
RUN /bin/sh -c apt update && apt install cron apache2 python3 python3-pip php libapache2-mod-php -y && pip3 install -r /requirements.txt --break-system-packages && apt clean && a2enmod php* && chmod +x /init.sh && mkdir /var/www/.aws # buildkit |
COPY libnotices.py /usr/local/bin/ # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/libnotices.py && chown www-data:www-data /var/www -R && crontab -u www-data /crontab # buildkit |
EXPOSE map[80/tcp:{}] |
CMD ["/init.sh"] |
Details
2025-08-18 19:48:43 +00:00
Versions (2)
View all
Container
33
OCI / Docker
linux/amd64
232 MiB