diff --git a/Dockerfile b/Dockerfile index a04fdf8..18e2b5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \ make -j "$(nproc)" && \ cp busybox "${PREFIX}/bin" && \ # "Install" busybox, creating symlinks to all binaries it provides - bin/busybox --list-full | xargs -i ln -s /bin/busybox "${PREFIX}/{}" + ./busybox --list-full | xargs -i ln -s /bin/busybox "${PREFIX}/{}" WORKDIR $PREFIX