Skip to content

Commit 154f082

Browse files
committed
Use Debian Archive servers, the base image is ancient even for Debian
Signed-off-by: Sid Sun <sid@sidsun.com>
1 parent 4cb3e82 commit 154f082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM louislam/uptime-kuma:1.23.16
22
USER root
33

4+
RUN sed -i 's#deb.debian.org#archive.debian.org#g' /etc/apt/sources.list
5+
46
RUN apt update && \
57
apt --yes --no-install-recommends install procps jq git restic && \
68
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)