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 9932714 commit 9387e75Copy full SHA for 9387e75
Dockerfile
@@ -27,6 +27,10 @@ COPY --from=busybox /bin/nslookup /bin/
27
COPY --from=busybox /bin/touch /bin/
28
COPY --from=busybox /bin/true /bin/
29
COPY --from=busybox /bin/false /bin/
30
+COPY --from=busybox /bin/find /bin/
31
+COPY --from=busybox /bin/mkfifo /bin/
32
+COPY --from=busybox /bin/sed /bin/
33
+COPY --from=busybox /bin/wc /bin/
34
35
COPY --from=builder assets/ /opt/resource/
36
RUN chmod +x /opt/resource/*
0 commit comments