Accepting request 1175382 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1175382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-image?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-05-21 16:35:36 +00:00 committed by Git OBS Bridge
commit 33e0ec8e56
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-readline; 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>