randomtable commited on
Commit
674d2c3
·
1 Parent(s): f208539

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,2 +1,3 @@
1
  FROM kalilinux/kali-rolling
2
- RUN apt update && apt upgrade -y
 
 
1
  FROM kalilinux/kali-rolling
2
+ RUN apt update && apt upgrade -y
3
+ RUN apt install git -y