ci: fix typo in dev Dockerfile

This commit is contained in:
Kévin Dunglas
2025-05-16 11:46:12 +02:00
parent d2b6f9e723
commit 8820e53819
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
mkdir -p /etc/frankenphp/php.d && \
cp php.ini-development /etc/frankenphp/php.ini && \
echo "zend_extension=opcache.so" >> /etc/frankenphp/php.ini && \
echo "opcache.enable=1" >> /etcfrankenphp/php.ini && \
echo "opcache.enable=1" >> /etc/frankenphp/php.ini && \
php --version
# Install e-dant/watcher (necessary for file watching)

View File

@@ -67,7 +67,7 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
mkdir -p /etc/frankenphp/php.d && \
cp php.ini-development /etc/frankenphp/php.ini && \
echo "zend_extension=opcache.so" >> /etc/frankenphp/php.ini && \
echo "opcache.enable=1" >> /etcfrankenphp/php.ini && \
echo "opcache.enable=1" >> /etc/frankenphp/php.ini && \
php --version
# Install e-dant/watcher (necessary for file watching)