Spaces:
Sleeping
Sleeping
11 commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official Ubuntu base image
|
2 |
-
FROM
|
3 |
|
4 |
WORKDIR /code
|
5 |
|
|
|
1 |
# Use an official Ubuntu base image
|
2 |
+
FROM kalilinux/kali-rolling
|
3 |
|
4 |
WORKDIR /code
|
5 |
|