Skip to content

Commit b56fb26

Browse files
committed
update
1 parent cfe2108 commit b56fb26

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/docker/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
FROM ghcr.io/loongarchlinux/archlinux:latest
22
ARG TARGETARCH
3-
RUN pacman --noconfirm -Syu
3+
RUN rm -rf /var/cache/pacman/pkg/*
4+
RUN rm -rf /var/lib/pacman/sync/*
5+
RUN --mount=type=cache,target=/var/cache/pacmant,sharing=locked \
6+
--mount=type=cache,target=/var/lib/pacman/sync,sharing=locked \
7+
pacman --noconfirm -Syu
8+

0 commit comments

Comments
 (0)