diff --git a/Dockerfile b/Dockerfile index 742bf16..1985f8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER mail@sp-codes.de RUN pip3 install feed2toot -RUN apt-get update && apt-get -y install cron +RUN apt-get update && apt-get -y install cron curl WORKDIR feed2toot