diff --git a/Dockerfile b/Dockerfile index 510405e..c9433dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN set -e; \ ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] -COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr +COPY ./rootfs/usr/local/bin/. /usr/local/bin/ COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu RUN echo "Initializing the system"; \