FROM python:3.12.0-slim@sha256:58a331d2f809ef8c2c848df61ae082fd6448defb1b66a04e56369e9565a47f8a MAINTAINER mail@sp-codes.de RUN pip3 install feed2toot RUN apt-get update && apt-get -y install cron curl WORKDIR feed2toot COPY cron /feed2toot/cron CMD crontab /feed2toot/cron && cron -f