Zhofang commited on
Commit
f175e07
1 Parent(s): 5036c22

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,7 +1,6 @@
1
  FROM kalilinux/kali-dev
2
  RUN chmod 777 -R /root
3
- #RUN chmod 777 -R /local
4
- RUN chmod 777 -R /
5
  WORKDIR /app
6
  RUN apt update -y && apt upgrade -y
7
  RUN apt install python3 -y && apt install python3-pip -y
 
1
  FROM kalilinux/kali-dev
2
  RUN chmod 777 -R /root
3
+ RUN chmod 777 -R /app
 
4
  WORKDIR /app
5
  RUN apt update -y && apt upgrade -y
6
  RUN apt install python3 -y && apt install python3-pip -y