Skip to content

Commit

Permalink
dgb
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Oct 17, 2023
1 parent 7506f68 commit cb8f434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/base-glibc-busybox-bash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN arch="$( uname -m )" \
&& \
mkdir -p ./bin ./sbin ./usr/bin ./usr/sbin \
&& \
ls -LAi "/build/" && \
cp -al "/build/busybox.${arch}" ./bin/busybox \
&& \
ldd ./bin/busybox \
Expand Down

0 comments on commit cb8f434

Please sign in to comment.