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 22c63a9 commit 02d1796Copy full SHA for 02d1796
2 files changed
Dockerfile
@@ -77,7 +77,8 @@ RUN \
77
dnf autoremove -y && \
78
dnf clean all && \
79
rm -rf \
80
- /tmp/*
+ /tmp/* \
81
+ /var/cache/dnf/*
82
83
# runtime stage
84
FROM scratch
Dockerfile.aarch64
0 commit comments