From 5c93c03cd48cb415fe76775670d28a070915ea68 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:33:29 +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 5185148..e07fcf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM docker.io/library/archlinux:latest -RUN pacman --sync --sysupgrade --refresh --noconfirm dhcp +RUN pacman --sync --sysupgrade --refresh --noconfirm dhcp && \ + rm --recursive --force /var/cache/pacman/pkg ADD rootfs/ .