fix: cleanup pkg cache
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus Pesch 2023-07-23 11:17:14 +02:00
parent 8b34224735
commit e5f7741027
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 3 deletions

View File

@ -43,9 +43,8 @@ RUN sudo pacman --sync --refresh --noconfirm --sysupgrade \
oracle-instantclient-sdk \
oracle-instantclient-sqlplus \
oracle-instantclient-tools \
rpm-builder
RUN rm --recursive --force /var/cache/pacman/pkg
rpm-builder && \
sudo rm --recursive --force /var/cache/pacman/pkg
RUN sudo mkdir /workspace && sudo chown ${BUILD_USER}:${BUILD_USER} /workspace
WORKDIR /workspace