SHA256
1
0
forked from pool/php8-image

[info=f6cc127bc8c07a45e0afb055708d3f70]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/php8-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 c59f8b5d30
commit 0ee1e724b1
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>