🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.2
Dockerfile.3
This commit is contained in:
casjay 2024-09-25 07:33:18 -04:00
parent 8df1d052d2
commit 6209ccffbf
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
3 changed files with 6 additions and 6 deletions

View File

@ -53,7 +53,7 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG SHELL_OPTS
ARG PACK_LIST="bash bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep \
ARG PACK_LIST="bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep \
rsync zip tini procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow ca-certificates musl build-base python3 python3-dev gfortran lapack-dev libxml2-dev libxslt-dev jpeg-dev "
ENV ENV=~/.profile
@ -71,7 +71,7 @@ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
true
apk add --no-cache bash
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]

View File

@ -53,7 +53,7 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG SHELL_OPTS
ARG PACK_LIST="bash bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini procps net-tools coreutils sed gawk grep \
ARG PACK_LIST="bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini procps net-tools coreutils sed gawk grep \
attr findutils readline lsof less curl shadow ca-certificates musl build-base python2 python2-dev gfortran lapack-dev libxml2-dev libxslt-dev jpeg-dev "
ENV ENV=~/.profile
@ -71,7 +71,7 @@ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
true
apk add --no-cache bash
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]

View File

@ -53,7 +53,7 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG SHELL_OPTS
ARG PACK_LIST="bash bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini procps net-tools coreutils sed gawk grep \
ARG PACK_LIST="bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini procps net-tools coreutils sed gawk grep \
attr findutils readline lsof less curl shadow ca-certificates musl build-base python3 python3-dev gfortran lapack-dev libxml2-dev libxslt-dev jpeg-dev "
ENV ENV=~/.profile
@ -71,7 +71,7 @@ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
RUN set -e; \
echo "Setting up prerequisites"; \
true
apk add --no-cache bash
ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]