From 864baa369eb73a6915e122f18f9e90488c3c14f5 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Aug 2024 21:14:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile Dockerfile.10 Dockerfile.11 Dockerfile.12 Dockerfile.13 --- Dockerfile | 2 +- Dockerfile.10 | 2 +- Dockerfile.11 | 2 +- Dockerfile.12 | 2 +- Dockerfile.13 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4786817..3c8a33a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,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.10 b/Dockerfile.10 index 5bb2c2b..ff80b1a 100644 --- a/Dockerfile.10 +++ b/Dockerfile.10 @@ -80,7 +80,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.11 b/Dockerfile.11 index 23f8585..eaf09c3 100644 --- a/Dockerfile.11 +++ b/Dockerfile.11 @@ -80,7 +80,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.12 b/Dockerfile.12 index f4f6941..e3a2cf2 100644 --- a/Dockerfile.12 +++ b/Dockerfile.12 @@ -80,7 +80,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.13 b/Dockerfile.13 index c798e41..f79440b 100644 --- a/Dockerfile.13 +++ b/Dockerfile.13 @@ -80,7 +80,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"; \