Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
FROM kalilinux/kali-rolling
|
| 2 |
RUN apt update && apt upgrade -y
|
| 3 |
-
RUN apt install wget git python3 python3-venv libgl1 libglib2.0-0 -y
|
|
|
|
|
|
|
|
|
| 1 |
FROM kalilinux/kali-rolling
|
| 2 |
RUN apt update && apt upgrade -y
|
| 3 |
+
RUN apt install wget git python3 python3-venv libgl1 libglib2.0-0 -y
|
| 4 |
+
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
| 5 |
+
RUN ls -lart
|