Skip to content

Commit c752d7c

Browse files
henderkesdunglas
andauthored
Update dev.Dockerfile
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
1 parent 3f9388e commit c752d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
5757
--enable-zts \
5858
--disable-zend-signals \
5959
--enable-zend-max-execution-timers \
60-
--with-config-file-path=/etc/frankenphp/php.ini \
61-
--with-config-file-scan-dir=/etc/frankenphp/php.d \
60+
--with-config-file-path=/etc/frankenphp/php.ini \
61+
--with-config-file-scan-dir=/etc/frankenphp/php.d \
6262
--enable-debug && \
6363
make -j"$(nproc)" && \
6464
make install && \

0 commit comments

Comments
 (0)