Spaces:
Building
Building
Commit
·
5494a0d
1
Parent(s):
674d2c3
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
FROM kalilinux/kali-rolling
|
2 |
RUN apt update && apt upgrade -y
|
3 |
-
RUN apt install git -y
|
|
|
|
1 |
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
|