Skip to content

Commit

Permalink
Merge pull request #896 from Automattic/191146-z
Browse files Browse the repository at this point in the history
feat(php-fpm): add `ztsd` to the image
  • Loading branch information
sjinks authored Sep 16, 2024
2 parents 6517f4c + cb7e76d commit 0e718e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile.81
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN \
curl -sSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x71DAEAAB4AD4CAB6" | gpg --dearmor > /etc/apt/trusted.gpg.d/ppa-ondrej-php.gpg && \
eatmydata apt-get -q update && \
eatmydata apt-get install -y less git jq mysql-client libmysqlclient21 openssl wget vim nano libpcre3 libglib2.0-0 libatomic1 && \
eatmydata apt-get install -y ghostscript msmtp --no-install-recommends && \
eatmydata apt-get install -y ghostscript msmtp zstd --no-install-recommends && \
eatmydata apt-get install -y --no-install-recommends \
php8.1-cli php8.1-fpm \
php8.1-apcu php8.1-bcmath php8.1-curl php8.1-gd php8.1-gmagick php8.1-gmp php8.1-gnupg php8.1-intl php8.1-igbinary php8.1-mbstring php8.1-mcrypt \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile.82
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN \
curl -sSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x71DAEAAB4AD4CAB6" | gpg --dearmor > /etc/apt/trusted.gpg.d/ppa-ondrej-php.gpg && \
eatmydata apt-get -q update && \
eatmydata apt-get install -y less git jq mysql-client libmysqlclient21 openssl wget vim nano libpcre3 libglib2.0-0 libatomic1 && \
eatmydata apt-get install -y ghostscript msmtp --no-install-recommends && \
eatmydata apt-get install -y ghostscript msmtp zstd --no-install-recommends && \
eatmydata apt-get install -y --no-install-recommends \
php8.2-cli php8.2-fpm \
php8.2-apcu php8.2-bcmath php8.2-curl php8.2-gd php8.2-gmagick php8.2-gmp php8.2-gnupg php8.2-intl php8.2-igbinary php8.2-mbstring php8.2-mcrypt \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile.83
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN \
curl -sSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x71DAEAAB4AD4CAB6" | gpg --dearmor > /etc/apt/trusted.gpg.d/ppa-ondrej-php.gpg && \
eatmydata apt-get -q update && \
eatmydata apt-get install -y less git jq mysql-client libmysqlclient21 openssl wget vim nano libpcre3 libglib2.0-0 libatomic1 && \
eatmydata apt-get install -y ghostscript msmtp --no-install-recommends && \
eatmydata apt-get install -y ghostscript msmtp zstd --no-install-recommends && \
eatmydata apt-get install -y --no-install-recommends \
php8.3-cli php8.3-fpm \
php8.3-apcu php8.3-bcmath php8.3-curl php8.3-gd php8.3-gmagick php8.3-gmp php8.3-gnupg php8.3-igbinary \
Expand Down

0 comments on commit 0e718e2

Please sign in to comment.