This repository has been archived on 2023-12-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
feed2toot-docker/Dockerfile
Renovate Bot 90141f9ac4
All checks were successful
continuous-integration/woodpecker the build was successful
Update python:3.10.0-slim Docker digest to ad540a4
2021-12-03 20:00:32 +00:00

13 lines
291 B
Docker

FROM python:3.10.0-slim@sha256:ad540a471260fee5e5e1a99ee2acf142efe8c279a7a54315160d8033ba88f0d8
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