[info=aa8bc81bc9ecd82b10213b5543452333]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/php-fpm8-image?expand=0&rev=73
This commit is contained in:
Dan Čermák 2024-05-19 09:13:59 +00:00 committed by Git OBS Bridge
parent 1d074fe7ab
commit 617e6bca53
2 changed files with 6 additions and 1 deletions

View File

@ -42,7 +42,7 @@ LABEL org.opensuse.release-stage="released"
RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring php8-fpm; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV PHP_VERSION="%%php_version%%"
ENV PHP_INI_DIR="/etc/php8/"
ENV PHPIZE_DEPS="php8-devel awk make"
ENV PHPIZE_DEPS="php8-devel awk make findutils"
ENV COMPOSER_VERSION="%%composer_version%%"
ENTRYPOINT ["docker-php-entrypoint"]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 19 09:10:06 UTC 2024 - Dan Čermák <dcermak@suse.com>
- add findutils for phpize
-------------------------------------------------------------------
Tue May 14 15:40:34 UTC 2024 - Dirk Mueller <dmueller@suse.com>