From cb1bb23e445e0e7934b5b78d141561a0ccff9e4d Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:32:21 +0200 Subject: [PATCH] fix: remove arch linux pkgs from cache --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f0889a..01563ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ RUN pacman \ --sync \ --sysupgrade \ --refresh --noconfirm \ - bind bind-tools + bind bind-tools && \ + rm --recursive --force /var/cache/pacman/pkg RUN mkdir --parents /etc/bind/zones /var/log/bind && \ mv /etc/named.conf /etc/bind/named.conf && \