Update Dockerfile

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent eb98d7f417
commit 6599b1fdf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ RUN \
python3 -m pip install --user virtualenv && \
python3 -m virtualenv ${SMA_PATH}/venv && \
cd ${SMA_PATH} && \
${SMA_PATH}/venv/bin/pip install -r ${SMA_PATH}/setup/requirements.txt && \
${SMA_PATH}/venv/bin/pip install -r ${SMA_PATH}/setup/requirements.txt
RUN \

Loading…
Cancel
Save