fix: remove arch linux pkgs from cache
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2023-06-08 18:31:43 +02:00
parent 5d350ffda4
commit ddda2ce349
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -17,9 +17,9 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \
systemd \ systemd \
sudo \ sudo \
iproute2 && \ iproute2 && \
rm --recursive --force /var/lib/apt/lists/* && \
rm --recursive --force /usr/share/doc && \ rm --recursive --force /usr/share/doc && \
rm --recursive --force /usr/share/man rm --recursive --force /usr/share/man && \
rm --recursive --force /var/cache/pacman/pkg
# Fix potential UTF-8 errors with ansible-test # Fix potential UTF-8 errors with ansible-test
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8