Update Dockerfile
Browse files- 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 |
|