Update Dockerfile

master
RandomNinjaAtk 2 years ago committed by GitHub
parent 38be9c95c5
commit fb2b994bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,9 @@ RUN \
git \
mkvtoolnix \
ffmpeg && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir -U \
r128gain && \
echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save