diff --git a/Dockerfile b/Dockerfile index 4393eb5..1c7ac98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,5 +41,5 @@ RUN curl https://portswigger.net/burp/releases/download \ USER 1000 -RUN pytohn3 -m venv /home/default/.venv && bash -c "source /home/default/.venv/bin/activate && pip3 install pyautogui pillow opencv-python" +RUN python3 -m venv /home/default/.venv && bash -c "source /home/default/.venv/bin/activate && pip3 install pyautogui pillow opencv-python"