From fe7e5ad05400c2bd93829a28cbab349b59c51a5e Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Tue, 23 Oct 2018 23:07:34 +0200 Subject: [PATCH] update deps --- mastodon-bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-bot/Dockerfile b/mastodon-bot/Dockerfile index 14df9e4..440b44a 100644 --- a/mastodon-bot/Dockerfile +++ b/mastodon-bot/Dockerfile @@ -3,7 +3,7 @@ LABEL \ maintainer="Davide Alberani " RUN \ - apk add --no-cache git fortune python3 && \ + apk add --no-cache git fortune python3 py3-cffi py3-six py3-requests py3-cryptography && \ pip3 install Mastodon.py && \ cd / && \ git clone https://github.com/alberanid/fortunes-spam.git