From 9696d303c96a57375ac95a0b9f70e8c5f8b140a7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:34:14 +0200 Subject: [PATCH] fix: remove arch linux pkgs from cache --- Dockerfile.archlinux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.archlinux b/Dockerfile.archlinux index 0727702..74c1e78 100644 --- a/Dockerfile.archlinux +++ b/Dockerfile.archlinux @@ -15,7 +15,8 @@ RUN pacman --sync --noconfirm \ python-pygments \ texlive-bin \ texlive-lang \ - texlive-most + texlive-most && \ + rm --recursive --force /var/cache/pacman/pkg ENV PATH=/usr/bin/vendor_perl:${PATH}