From ceef088bc7b3380f964d448935baf41eeb2b3ef2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:32:50 +0200 Subject: [PATCH] fix: remove arch linux pkgs from cache --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0c18170..971833a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,8 @@ RUN sudo pacman --sync --refresh --noconfirm --sysupgrade \ oracle-instantclient-tools \ rpm-builder +RUN rm --recursive --force /var/cache/pacman/pkg + RUN sudo mkdir /workspace && sudo chown ${BUILD_USER}:${BUILD_USER} /workspace WORKDIR /workspace VOLUME [ "/workspace" ]