1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

dockerfile: remove rtmpdump dep

This commit is contained in:
Johan Andersson 2020-11-19 22:06:12 +01:00
parent 14a22916a7
commit d5fecf3682

View File

@ -9,7 +9,6 @@ RUN set -xe \
ca-certificates \
python3 \
py3-pip \
rtmpdump \
py3-cryptography \
ffmpeg \
&& python3 -m pip install *.whl \