Remove unnecessary dependencies in dockerfile and update changelog

This commit is contained in:
Tulir Asokan
2023-02-15 23:01:01 +02:00
parent 7b60ee1337
commit 354b49d9e5
2 changed files with 2 additions and 7 deletions
-7
View File
@@ -13,13 +13,6 @@ RUN apk add --no-cache \
# Indirect dependencies
py3-idna \
py3-rsa \
#moviepy
py3-decorator \
py3-tqdm \
py3-requests \
#py3-proglog \
#imageio
py3-numpy \
#py3-telethon \ (outdated)
# Optional for socks proxies
py3-pysocks \