randomtable commited on
Commit
9267e3f
1 Parent(s): b85122c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -2,4 +2,7 @@ FROM kalilinux/kali-rolling
2
  RUN apt update && apt upgrade -y
3
  RUN apt install git -y
4
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
 
 
 
5
  RUN stable-diffusion-webui/webui.sh
 
2
  RUN apt update && apt upgrade -y
3
  RUN apt install git -y
4
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
5
+ RUN stable-diffusion-webui/webui.sh
6
+ RUN useradd toor
7
+ USER toor
8
  RUN stable-diffusion-webui/webui.sh