Skip to content

Commit dce14c3

Browse files
authored
Update Dockerfile
1 parent f8ff81f commit dce14c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ FROM redblackbird/wififorge:latest
33
WORKDIR /
44
RUN rm -rf Wifi*
55
RUN git clone https://github.com/blackhillsinfosec/WifiForge
6-
RUN chmod +x WifiForge/framework/setup/setup.sh
7-
RUN bash WifiForge/framework/setup/setup.sh
6+
RUN python3 -m pip install -r requirements.txt

0 commit comments

Comments
 (0)