Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ RUN apt-get update -y
|
|
8 |
|
9 |
RUN hostname -I
|
10 |
|
11 |
-
RUN
|
12 |
|
13 |
-
RUN
|
|
|
8 |
|
9 |
RUN hostname -I
|
10 |
|
11 |
+
RUN apt install do-as
|
12 |
|
13 |
+
RUN sudo su
|