sneaky_gophish icon indicating copy to clipboard operation
sneaky_gophish copied to clipboard

Fixed docker build error

Open MohamedKarrab opened this issue 5 months ago • 0 comments

When following the instructions to install sneaky gophish,

git clone https://github.com/puzzlepeaches/sneaky_gophish && \
  cd sneaky_gophish && \
  docker build -t sneaky_gophish .

I was getting an error in the docker build command, in this part specifically

RUN apt update && apt install git

Adding the -y after install fixes it.

MohamedKarrab avatar Sep 20 '24 06:09 MohamedKarrab