We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce14c3 commit 3aa43e5Copy full SHA for 3aa43e5
1 file changed
Dockerfile
@@ -3,4 +3,4 @@ FROM redblackbird/wififorge:latest
3
WORKDIR /
4
RUN rm -rf Wifi*
5
RUN git clone https://github.com/blackhillsinfosec/WifiForge
6
-RUN python3 -m pip install -r requirements.txt
+RUN python3 -m pip install -r /WifiForge/framework/setup/requirements.txt
0 commit comments