Browse Source

add Alpine dependency

Davide Alberani 2 years ago
parent
commit
94ab4bed13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      telegram-bot/Dockerfile

+ 1 - 1
telegram-bot/Dockerfile

@@ -3,7 +3,7 @@ LABEL \
 	maintainer="Davide Alberani <da@erlug.linux.it>"
 
 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