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

This commit is contained in:
2023-06-08 18:32:21 +02:00
parent 4c362d7b40
commit cb1bb23e44
+2 -1
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 && \