Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
-
RUN apt update
|
3 |
RUN apt install curl -y
|
4 |
RUN apt install wget -y
|
5 |
RUN apt install unzip -y
|
|
|
1 |
FROM ubuntu:latest
|
2 |
+
RUN apt update && apt upgrade -y
|
3 |
RUN apt install curl -y
|
4 |
RUN apt install wget -y
|
5 |
RUN apt install unzip -y
|