mirror of
https://github.com/dockersrc/debian
synced 2024-11-21 11:23:06 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.10 Dockerfile.11 Dockerfile.12 Dockerfile.13
This commit is contained in:
parent
636ab11af3
commit
1c4f50454f
@ -78,6 +78,7 @@ RUN set -e; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
|
||||
COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr
|
||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||
|
@ -78,6 +78,7 @@ RUN set -e; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
|
||||
COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr
|
||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||
|
@ -78,6 +78,7 @@ RUN set -e; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
|
||||
COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr
|
||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||
|
@ -78,6 +78,7 @@ RUN set -e; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
|
||||
COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr
|
||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||
|
@ -78,6 +78,7 @@ RUN set -e; \
|
||||
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
|
||||
COPY ./rootfs/usr/local/bin/pkmgr /usr/local/bin/pkmgr
|
||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||
|
Loading…
Reference in New Issue
Block a user