fix: remove arch linux pkgs from cache
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus Pesch 2023-06-08 18:32:50 +02:00
parent a592b8220d
commit ceef088bc7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 0 deletions

View File

@ -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" ]