[info=eeedc772f5e454e22a76bfc47885f48d]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/php-apache8-image?expand=0&rev=8
This commit is contained in:
Dan Čermák 2023-07-26 09:46:20 +00:00 committed by Git OBS Bridge
parent 9ded3f9ef5
commit cc256ce861
2 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,6 @@ ENV PHP_INI_DIR="/etc/php8/"
ENV PHPIZE_DEPS="php8-devel awk make"
ENV COMPOSER_VERSION="%%composer_version%%"
ENV APACHE_CONFDIR="/etc/apache2"
ENV APACHE_ENVVARS="/usr/sbin/envvars"
ENTRYPOINT ["docker-php-entrypoint"]
CMD ["apache2-foreground"]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 24 13:32:39 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- drop setting of APACHE_ENVVARS as it no longer exists
-------------------------------------------------------------------
Thu Jul 06 09:56:51 UTC 2023 - SUSE Update Bot <bci-internal@suse.de>