used python slim base

This commit is contained in:
Samuel Philipp 2019-11-09 00:31:09 +01:00
parent dad5f7dab5
commit 8da01bdd76
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3
FROM python:3-slim
MAINTAINER mail@sp-codes.de
RUN pip3 install feed2toot

2
cron
View File

@ -1 +1 @@
* * * * * /usr/local/bin/feed2toot --debug -c /feed2toot/feed2toot.ini > /proc/1/fd/1 2>/proc/1/fd/2
* * * * * /usr/local/bin/feed2toot -c /feed2toot/feed2toot.ini > /proc/1/fd/1 2>/proc/1/fd/2