Update Dockerfile.unstable

master
RandomNinjaAtk 4 years ago committed by GitHub
parent 516e16c6e6
commit 364873a741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,8 +30,8 @@ RUN \
jq \
git \
ffmpeg \
python \
python-pip && \
python3 \
python3-pip && \
apt-get purge --auto-remove -y && \
apt-get clean && \
echo "************ setup SMA ************" && \
@ -46,8 +46,8 @@ RUN \
chgrp users ${SMA_PATH}/config/sma.log && \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python -m pip install --user --upgrade pip && \
pip install -r ${SMA_PATH}/setup/requirements.txt
python3 -m pip install --user --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt
# copy local files

Loading…
Cancel
Save