Skip to content

Commit

Permalink
test: add paccache clean step to arch testbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Jul 28, 2024
1 parent f2db514 commit 715b46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile-testbox-arch
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ RUN pacman -Syu --needed --noconfirm && \
iproute2 \
jq \
less \
pacman-contrib \
&& \
pacman -Scc --needed --noconfirm
pacman -Scc --needed --noconfirm && \
paccache -rk0

# setup mango
COPY ./mango /usr/bin/mango
Expand Down

0 comments on commit 715b46e

Please sign in to comment.