File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ RUN composer install --optimize-autoloader --classmap-authoritative --no-dev --
2424
2525RUN chmod -R 777 /cakephp
2626
27- # ENV XDEBUG_CONFIG="remote_host=$(ipconfig getifaddr en0)"
28- ENV XDEBUG_SESSION=xdebug_is_great
2927# COPY deploy/conf/cli-php.ini /etc/php/8.3/cli/php.ini
3028
3129CMD php -c deploy/conf/cli-php.ini \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null && \
77 apt-get update -yqq > /dev/null && apt-get upgrade -yqq > /dev/null
88
99RUN apt-get install -yqq nginx git unzip \
10- php8.4-fpm php8.4-mysql php8.4-xml php8.4-mbstring php8.4-intl php8.4-dev php8.4-curl php-xdebug > /dev/null
10+ php8.4-fpm php8.4-mysql php8.4-xml php8.4-mbstring php8.4-intl php8.4-dev php8.4-curl > /dev/null
1111
1212COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
1313
You can’t perform that action at this time.
0 commit comments