We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61823f1 commit 354ea2bCopy full SHA for 354ea2b
Dockerfile.arm32v7
@@ -24,6 +24,8 @@ RUN pacman-key --populate archlinuxarm
24
25
RUN pacman -Suu --noconfirm
26
27
+RUN rm -rf /var/cache/pacman/pkg/*
28
+
29
# squash layers to optimize image size
30
FROM scratch
31
COPY --from=stage2 / .
Dockerfile.arm64v8
0 commit comments