puzzlepeaches / sneaky_gophish

Hiding GoPhish from the boys in blue
173 stars 53 forks source link

Fixed docker build error #7

Open MohamedKarrab opened 1 month ago

MohamedKarrab commented 1 month ago

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.