File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN set -x \
2626 php8-pdo_sqlite \
2727 php8-phar \
2828 php8-simplexml \
29- php8-session \
29+ php8-session \
3030 php8-pecl-mongodb \
31- # Use www-data uid from alpine also present in docker php images
32- && adduser -u 82 -D -S -G www-data www-data \
31+ # Use www-data uid from alpine also present in docker php images
32+ && adduser -u 82 -D -S -G www-data www-data \
3333 # Tweak php-fpm config
3434 && sed -i \
3535 -e "s#^;daemonize\s *=\s *yes#daemonize = no#" \
@@ -53,7 +53,7 @@ RUN set -x \
5353 && ln -s /dev/stderr /var/log/php/fpm.error.log \
5454 && ln -s /dev/stdout /var/log/nginx/access.log \
5555 && ln -s /dev/stderr /var/log/nginx/error.log \
56- && ln -s /usr/bin/php8 /usr/bin/php \
56+ && ln -s /usr/bin/php8 /usr/bin/php \
5757 && php -m
5858
5959FROM xhgui/xhgui:latest AS php-prebuilt
You can’t perform that action at this time.
0 commit comments