We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb3e82 commit 154f082Copy full SHA for 154f082
Dockerfile
@@ -1,6 +1,8 @@
1
FROM louislam/uptime-kuma:1.23.16
2
USER root
3
4
+RUN sed -i 's#deb.debian.org#archive.debian.org#g' /etc/apt/sources.list
5
+
6
RUN apt update && \
7
apt --yes --no-install-recommends install procps jq git restic && \
8
rm -rf /var/lib/apt/lists/* && \
0 commit comments