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