rss2email 2.1.1

An RSS feed aggregator that notifies you of new posts via email.
Documentation
1
2
3
4
5
6
7
FROM debian:bookworm-slim

RUN apt-get update \
    && apt-get install -y mailutils \
    && apt-get clean

COPY rss2email /usr/sbin