librarynotices (dev)
Installation
docker pull git.hamik.net/paradizelost/librarynotices:dev
sha256:7d18bef92246b02f897e6354b000e6e48ec708267fece9324864c8fd1de761bb
Image Layers
# debian.sh --arch 'amd64' out/ 'bullseye' '@1734912000' |
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
Versions (2)
View all