telerama-rss: Dockerfile
This commit is contained in:
parent
c2b5164e4a
commit
16b8af5839
1 changed files with 10 additions and 0 deletions
10
telerama-rss/Dockerfile
Normal file
10
telerama-rss/Dockerfile
Normal 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
|
Loading…
Reference in a new issue