SHA256
1
0
forked from pool/php8-image

[info=7b0491480c12bea30a75c83b96c015b8]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/php8-image?expand=0&rev=3
This commit is contained in:
Dan Čermák 2023-07-07 10:52:51 +00:00 committed by Git OBS Bridge
parent 872587aad4
commit d2ab575922
2 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring; zypper -n clean; rm -rf /var/log/*
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/*
ENV PHP_VERSION="%%php_version%%"
ENV PHP_INI_DIR="/etc/php8/"
ENV PHPIZE_DEPS="php8-devel awk make"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 7 10:47:40 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Add the php8-readline package, which is required for interactive mode
-------------------------------------------------------------------
Thu Jul 06 09:56:51 UTC 2023 - SUSE Update Bot <bci-internal@suse.de>