We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fae95 commit 6bcffdcCopy full SHA for 6bcffdc
Containerfile
@@ -58,6 +58,7 @@ RUN \
58
install -dm1777 tmp; \
59
xbps-reconfigure -fa; \
60
rm -rf /var/cache/xbps/*
61
+ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
62
CMD ["/bin/sh"]
63
64
FROM scratch AS image-busybox
@@ -69,6 +70,7 @@ RUN \
69
70
71
72
73
74
75
76
FROM scratch AS image-full
@@ -77,4 +79,5 @@ RUN \
77
79
78
80
81
82
83
0 commit comments