randomtable commited on
Commit
ae22211
·
1 Parent(s): f03097e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,4 +2,6 @@ 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 useradd toor
6
+ USER toor
7
  RUN stable-diffusion-webui/webui.sh