Update amd64.dockerfile

pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent f994c66149
commit 66a168979d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,10 +16,13 @@ RUN \
mkvtoolnix \
python3 \
py3-pip \
libc-dev \
gcc \
ffmpeg && \
echo "************ install python packages ************" && \
python3 -m pip install --no-cache-dir -U \
yq && \
yq \
yt-dlp && \
echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save