This commit is contained in:
Simon
2025-06-03 09:47:56 +00:00
parent 8da7b30c07
commit 4cf29ce201

View File

@@ -41,5 +41,5 @@ RUN curl https://portswigger.net/burp/releases/download \
USER 1000 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"