paradizelost
  • Joined on 2021-01-12

librarynotices (dev)

Published 2025-08-18 19:47:51 +00:00 by paradizelost in paradizelost/librarynotices

Installation

docker pull git.hamik.net/paradizelost/librarynotices:dev
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
Container
2025-08-18 19:47:51 +00:00
6
OCI / Docker
linux/amd64
232 MiB
Versions (2) View all
latest 2025-08-18
dev 2025-08-18