Skip to content

Commit a3987c3

Browse files
committed
ci: update
1 parent 0deecae commit a3987c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/docker/Dockerfile

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

0 commit comments

Comments
 (0)