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 eb0601b commit b393d63Copy full SHA for b393d63
Containerfile
@@ -55,7 +55,7 @@ FROM scratch AS image-default
55
COPY --link --from=install-default /target /
56
RUN \
57
install -dm1777 tmp; \
58
- xbps-reconfigure -a; \
+ xbps-reconfigure -fa; \
59
rm -rf /var/cache/xbps/*
60
CMD ["/bin/sh"]
61
@@ -66,14 +66,14 @@ RUN \
66
[ ! -f "/usr/bin/$util" ] && /usr/bin/busybox ln -sfv busybox "/usr/bin/$util"; \
67
done; \
68
69
70
71
72
73
FROM scratch AS image-full
74
COPY --from=install-full /target /
75
76
77
78
79
0 commit comments