We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da72b61 commit 9ca3bb5Copy full SHA for 9ca3bb5
Dockerfile
@@ -1,6 +1,6 @@
1
FROM redblackbird/wififorge:latest
2
3
WORKDIR /
4
-RUN rm -r Wifi*
+RUN rm -rf Wifi*
5
RUN git clone https://github.com/blackhillsinfosec/WifiForge
6
-RUN sudo ./WifiForge/framework/setup.sh
+RUN chmod +x WifiForge/framework/setup/setup.sh && ./WifiForge/framework/setup/setup.sh
0 commit comments