Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y lsb-release &&
|
|
6 |
|
7 |
RUN echo "deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflared.list
|
8 |
|
9 |
-
RUN apt-get update && apt-get install cloudflared -y && apt-get install -y util-linux
|
10 |
|
11 |
RUN rm -rf /var/lib/apt/lists/*
|
12 |
|
|
|
6 |
|
7 |
RUN echo "deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflared.list
|
8 |
|
9 |
+
RUN apt-get update && apt-get install cloudflared -y && apt-get install -y util-linux && apt-get install -y sudo
|
10 |
|
11 |
RUN rm -rf /var/lib/apt/lists/*
|
12 |
|