diff --git a/Dockerfile b/Dockerfile index 67c2ede..88c99c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,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"; \ diff --git a/Dockerfile.8 b/Dockerfile.8 index 668a37f..af8b955 100644 --- a/Dockerfile.8 +++ b/Dockerfile.8 @@ -78,7 +78,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"; \ diff --git a/Dockerfile.9 b/Dockerfile.9 index 7832a25..8258f40 100644 --- a/Dockerfile.9 +++ b/Dockerfile.9 @@ -78,7 +78,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"; \