telerama-rss: Dockerfile

This commit is contained in:
X-dark 2024-06-12 16:46:45 +02:00
parent c2b5164e4a
commit 16b8af5839

10
telerama-rss/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM docker.io/nginx:1
ADD https://framagit.org/fiat-tux/rss/telerama-rss/-/raw/main/telerama-rss.pl /telerama-rss.pl
ADD telerama-fetch-all.sh /telerama-fetch-all.sh
RUN apt update && \
apt install -y libmojolicious-perl libxml-rss-perl && \
apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/*
RUN chmod 555 /telerama-rss.pl /telerama-fetch-all.sh