kgretzky / evilginx

PLEASE USE NEW VERSION: https://github.com/kgretzky/evilginx2
MIT License
1.06k stars 260 forks source link

systemd error #70

Open EliteMohan opened 6 years ago

EliteMohan commented 6 years ago

sudo docker build -t evilginx . Sending build context to Docker daemon 264.7kB Step 1/6 : FROM debian ---> 3bbb526d2608 Step 2/6 : RUN apt-get update ---> Using cache ---> b36eea6c16db Step 3/6 : RUN apt-get install -y git python ---> Using cache ---> 06774fa6326d Step 4/6 : RUN git clone https://github.com/kgretzky/evilginx ---> Using cache ---> 65bef826cec3 Step 5/6 : RUN cd evilginx && chmod 700 install.sh && ./install.sh ---> Running in 317b3351fee1 [-] Systemd must be installed. Install with 'apt-get install systemd-sysv' and reboot. The command '/bin/sh -c cd evilginx && chmod 700 install.sh && ./install.sh' returned a non-zero code: 1 when i run the command sudo docker build -t evilginx . it asks me to install systemd but already systemd with systemd-sysv installed