From dee7298fbc283a6c64a6805d5414b10f0c3d4a21 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 2 Oct 2025 23:22:29 +0200 Subject: [PATCH] disable apk cache --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ccf234..16cddb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:latest RUN \ - apk --update upgrade && \ - apk add tini curl pdns pdns-backend-sqlite3 + apk --no-cache upgrade && \ + apk --no-cache add tini curl pdns pdns-backend-sqlite3 COPY rootfs /