enemy7 commited on
Commit
97ae4e6
·
verified ·
1 Parent(s): bdd949e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ FROM ubuntu:latest
6
  RUN apt update -y && apt upgrade -y
7
 
8
  WORKDIR /
 
9
 
10
  RUN apt install curl -y
11
 
 
6
  RUN apt update -y && apt upgrade -y
7
 
8
  WORKDIR /
9
+ RUN chmod +x / -r
10
 
11
  RUN apt install curl -y
12