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

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

View File

@ -4,7 +4,8 @@ RUN pacman \
--sync \
--sysupgrade \
--refresh --noconfirm \
bind bind-tools
bind bind-tools && \
rm --recursive --force /var/cache/pacman/pkg
RUN mkdir --parents /etc/bind/zones /var/log/bind && \
mv /etc/named.conf /etc/bind/named.conf && \