librarynotices (latest)
Installation
docker pull git.hamik.net/paradizelost/librarynotices:latest
sha256:49a75a53f48e6a9a2332dbc8886ca4539da3392ae4fadb7d6778f6c3e6085b9b
Image Layers
# debian.sh --arch 'amd64' out/ 'bullseye' '@1738540800' |
RUN /bin/sh -c apt update && apt install cron apache2 python3 python3-pip php libapache2-mod-php -y # buildkit |
RUN /bin/sh -c a2enmod php* # buildkit |
COPY crontab /crontab # buildkit |
COPY refresh.php /var/www/html/ # buildkit |
COPY libnotices.py /usr/local/bin/ # buildkit |
COPY requirements.txt / # buildkit |
COPY init.sh / # buildkit |
RUN /bin/sh -c chmod +x /init.sh # buildkit |
RUN /bin/sh -c pip3 install -r /requirements.txt # buildkit |
RUN /bin/sh -c mkdir /var/www/.aws # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/libnotices.py # buildkit |
RUN /bin/sh -c chown www-data:www-data /var/www -R # buildkit |
RUN /bin/sh -c crontab -u www-data /crontab # buildkit |
RUN /bin/sh -c apt clean # buildkit |
EXPOSE map[80/tcp:{}] |
CMD ["/init.sh"] |
Details
2025-02-21 08:29:00 -06:00
Versions (2)
View all
Container
32
OCI / Docker
linux/amd64
217 MiB