Skip to content

Commit ec9749c

Browse files
committed
Move s6 into main package
1 parent a159edb commit ec9749c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

debian12/Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
6559
RUN set -x \
6660
&& if ! command -v wget > /dev/null; then \
@@ -84,7 +78,7 @@ RUN set -x \
8478
RUN \
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 \

0 commit comments

Comments
 (0)