File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
2- # This image uses a php:8.3 -apache base image and do not have any phpMyFAQ code with it.
2+ # This image uses a php:8.4.0RC1 -apache base image and do not have any phpMyFAQ code with it.
33# It's for development only, it's meant to be run with docker-compose
44#
55
66# ####################################
77# === Unique stage without payload ===
88# ####################################
9- FROM php:8-apache
9+ FROM php:8.4.0RC1 -apache
1010
1111# === Install gd PHP dependencie ===
1212RUN set -x \
@@ -59,8 +59,8 @@ RUN set -ex \
5959 && rm -rf /var/lib/apt/lists/*
6060
6161# === Install xdebug PHP dependencies ===
62- RUN pecl install xdebug-3.3.2 \
63- && docker-php-ext-enable xdebug
62+ # RUN pecl install xdebug-3.4.0alpha1 \
63+ # && docker-php-ext-enable xdebug
6464
6565# === php default ===
6666ENV PMF_TIMEZONE="Europe/Berlin" \
You can’t perform that action at this time.
0 commit comments