From f9776e70172509bc2886e15d557858b974a1b3b7 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Aug 2024 21:14:25 -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.3.14 Dockerfile.3.15 Dockerfile.3.16 Dockerfile.3.17 Dockerfile.3.18 Dockerfile.3.19 Dockerfile.3.20 Dockerfile.edge --- Dockerfile | 2 +- Dockerfile.3.14 | 2 +- Dockerfile.3.15 | 2 +- Dockerfile.3.16 | 2 +- Dockerfile.3.17 | 2 +- Dockerfile.3.18 | 2 +- Dockerfile.3.19 | 2 +- Dockerfile.3.20 | 2 +- Dockerfile.edge | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a0335c..b650de6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,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.3.14 b/Dockerfile.3.14 index 429772a..e95dcdd 100644 --- a/Dockerfile.3.14 +++ b/Dockerfile.3.14 @@ -79,7 +79,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.3.15 b/Dockerfile.3.15 index 42a679d..6e624dd 100644 --- a/Dockerfile.3.15 +++ b/Dockerfile.3.15 @@ -79,7 +79,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.3.16 b/Dockerfile.3.16 index b7b0525..a2e464e 100644 --- a/Dockerfile.3.16 +++ b/Dockerfile.3.16 @@ -79,7 +79,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.3.17 b/Dockerfile.3.17 index 3cd16a8..d41829a 100644 --- a/Dockerfile.3.17 +++ b/Dockerfile.3.17 @@ -79,7 +79,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.3.18 b/Dockerfile.3.18 index 948123e..906f7bd 100644 --- a/Dockerfile.3.18 +++ b/Dockerfile.3.18 @@ -79,7 +79,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.3.19 b/Dockerfile.3.19 index 8b8cd44..6423c91 100644 --- a/Dockerfile.3.19 +++ b/Dockerfile.3.19 @@ -79,7 +79,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.3.20 b/Dockerfile.3.20 index ca8c464..528c8be 100644 --- a/Dockerfile.3.20 +++ b/Dockerfile.3.20 @@ -79,7 +79,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.edge b/Dockerfile.edge index 807eabd..c6b6502 100644 --- a/Dockerfile.edge +++ b/Dockerfile.edge @@ -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"; \