Zhofang commited on
Commit
9cddec7
1 Parent(s): f175e07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
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
7
  RUN pip3 install flask --break-system-packages
 
1
  FROM kalilinux/kali-dev
2
  RUN chmod 777 -R /root
 
3
  WORKDIR /app
4
+ RUN chmod 777 -R /app
5
  RUN apt update -y && apt upgrade -y
6
  RUN apt install python3 -y && apt install python3-pip -y
7
  RUN pip3 install flask --break-system-packages