used python slim base
This commit is contained in:
parent
dad5f7dab5
commit
8da01bdd76
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3-slim
|
||||
MAINTAINER mail@sp-codes.de
|
||||
|
||||
RUN pip3 install feed2toot
|
||||
|
|
2
cron
2
cron
|
@ -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
|
||||
|
|
Reference in a new issue