Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
|
|
|
|
3 |
RUN apt update -y
|
4 |
|
5 |
RUN apt-get update -y
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
ARG CACHEBUST=1
|
4 |
+
|
5 |
RUN apt update -y
|
6 |
|
7 |
RUN apt-get update -y
|