File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,6 @@ RUN set -x \
5555 && rm -f /tmp/* \
5656 ;
5757
58- # Install s6
59- RUN set -x \
60- && apt-get update \
61- && apt-get install -y --no-install-recommends s6 \
62- ;
63-
6458# Install PHP Extras
6559RUN set -x \
6660 && if ! command -v wget > /dev/null; then \
@@ -84,7 +78,7 @@ RUN set -x \
8478RUN \
8579 export DEBIAN_FRONTEND=noninteractive && \
8680 apt-get update && \
87- apt-get install --no-install-recommends --no-install-suggests -y wget curl ca-certificates git gnupg openssh-client msmtp-mta apache2 libapache2-mod-xsendfile imagemagick ghostscript \
81+ apt-get install --no-install-recommends --no-install-suggests -y wget curl ca-certificates git gnupg openssh-client msmtp-mta apache2 libapache2-mod-xsendfile imagemagick ghostscript s6 \
8882 php8.2-apcu \
8983 php8.2-cli \
9084 php8.2-curl \
You can’t perform that action at this time.
0 commit comments