Skip to content

Commit

Permalink
Move s6 into main package
Browse files Browse the repository at this point in the history
  • Loading branch information
chaopanubo committed Jan 12, 2024
1 parent a159edb commit ec9749c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions debian12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ RUN set -x \
&& rm -f /tmp/* \
;

# Install s6
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends s6 \
;

# Install PHP Extras
RUN set -x \
&& if ! command -v wget > /dev/null; then \
Expand All @@ -84,7 +78,7 @@ RUN set -x \
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
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 \
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 \
php8.2-apcu \
php8.2-cli \
php8.2-curl \
Expand Down

0 comments on commit ec9749c

Please sign in to comment.