🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.10
Dockerfile.11
Dockerfile.12
Dockerfile.13
This commit is contained in:
casjay 2024-08-10 21:26:58 -04:00
parent 864baa369e
commit 2d6813edd0
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
5 changed files with 10 additions and 5 deletions

View File

@ -69,6 +69,8 @@ ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
USER ${USER}
WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
@ -80,7 +82,6 @@ RUN set -e; \
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
RUN echo "Initializing the system"; \

View File

@ -69,6 +69,8 @@ ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
USER ${USER}
WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
@ -80,7 +82,6 @@ RUN set -e; \
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
RUN echo "Initializing the system"; \

View File

@ -69,6 +69,8 @@ ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
USER ${USER}
WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
@ -80,7 +82,6 @@ RUN set -e; \
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
RUN echo "Initializing the system"; \

View File

@ -69,6 +69,8 @@ ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
USER ${USER}
WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
@ -80,7 +82,6 @@ RUN set -e; \
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
RUN echo "Initializing the system"; \

View File

@ -69,6 +69,8 @@ ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
USER ${USER}
WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
@ -80,7 +82,6 @@ RUN set -e; \
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
RUN echo "Initializing the system"; \