dockerfile php bug fix

This commit is contained in:
2026-03-17 17:15:30 +01:00
parent ef36a0bdab
commit 810f9b9e35
+1 -1
View File
@@ -25,7 +25,7 @@ RUN docker-php-ext-enable redis xdebug
RUN export COMPOSER_HOME=/usr/local/composer && \
curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer && \
| php -- --install-dir=/usr/local/bin --filename=composer
# RUN apt-get install -y curl && \
# curl -sL https://deb.nodesource.com/setup_11.x | bash - && \