From 94ab4bed13a5acd72ef17d617eee4433742a7fd4 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Wed, 9 Jun 2021 19:44:18 +0200 Subject: [PATCH] add Alpine dependency --- telegram-bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-bot/Dockerfile b/telegram-bot/Dockerfile index fdc730a..03a8cc9 100644 --- a/telegram-bot/Dockerfile +++ b/telegram-bot/Dockerfile @@ -3,7 +3,7 @@ LABEL \ maintainer="Davide Alberani " RUN \ - apk add --no-cache git fortune python3 py3-cffi py3-six py3-requests py3-cryptography && \ + apk add --no-cache git fortune python3 py3-cffi py3-six py3-requests py3-cryptography py3-pip && \ pip3 install python-telegram-bot && \ cd / && \ git clone https://github.com/alberanid/fortunes-spam.git