Skip to content

Commit

Permalink
Add env binary to the image (#4178)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Ganesh <[email protected]>
Co-authored-by: Rahul Ganesh <[email protected]>
  • Loading branch information
rahulbabu95 and Rahul Ganesh authored Dec 27, 2024
1 parent e05fb26 commit 93b55f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM $BUILDER_IMAGE as builder
WORKDIR /newroot

RUN set -x && \
install_binary /usr/sbin/awk /usr/bin/nmap /usr/bin/head /usr/sbin/ip /usr/bin/echo && \
install_binary /usr/sbin/awk /usr/bin/nmap /usr/bin/head /usr/sbin/ip /usr/bin/echo /usr/bin/env && \
install_rpm bash && \
cleanup "deps"

Expand Down

0 comments on commit 93b55f2

Please sign in to comment.