From 8da01bdd764edb6333cbad76042ee30d94d152d3 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 9 Nov 2019 00:31:09 +0100 Subject: [PATCH] used python slim base --- Dockerfile | 2 +- cron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f2d3d3..1c25300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-slim MAINTAINER mail@sp-codes.de RUN pip3 install feed2toot diff --git a/cron b/cron index 9358555..72b0f30 100644 --- a/cron +++ b/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