Skip to content

Commit 9387e75

Browse files
author
Rui Yang
committed
add more cmds
Signed-off-by: Rui Yang <[email protected]>
1 parent 9932714 commit 9387e75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ COPY --from=busybox /bin/nslookup /bin/
2727
COPY --from=busybox /bin/touch /bin/
2828
COPY --from=busybox /bin/true /bin/
2929
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/
3034

3135
COPY --from=builder assets/ /opt/resource/
3236
RUN chmod +x /opt/resource/*

0 commit comments

Comments
 (0)