From 2312da2c8f739fe8eff14a37512cb20cd54b16a4 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 15 Mar 2020 23:00:21 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3edf882..4c29b56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,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 + pip3 install -r ${SMA_PATH}/setup/requirements.txt RUN \