We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523acea commit 223d1c9Copy full SHA for 223d1c9
1 file changed
.github/docker/Dockerfile
@@ -1,5 +1,6 @@
1
FROM ghcr.io/loongarchlinux/archlinux:latest
2
ARG TARGETARCH
3
+RUN rm -f /root/.bash_history /var/log/pacman.log
4
RUN --mount=type=cache,target=/var/cache/pacmant,sharing=locked \
5
--mount=type=cache,target=/var/lib/pacman/sync,sharing=locked \
6
pacman --noconfirm -Syu
0 commit comments