Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
|
25 |
FROM ubuntu:latest
|
26 |
|
27 |
-
RUN apt-get update && apt-get install wget xz-utils tree
|
28 |
|
29 |
|
30 |
COPY dd.zip .
|
|
|
24 |
|
25 |
FROM ubuntu:latest
|
26 |
|
27 |
+
RUN apt-get update && apt-get install wget xz-utils tree screen -y
|
28 |
|
29 |
|
30 |
COPY dd.zip .
|