dockerfile php bug fix
This commit is contained in:
@@ -25,7 +25,7 @@ RUN docker-php-ext-enable redis xdebug
|
|||||||
|
|
||||||
RUN export COMPOSER_HOME=/usr/local/composer && \
|
RUN export COMPOSER_HOME=/usr/local/composer && \
|
||||||
curl -sS https://getcomposer.org/installer \
|
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 && \
|
# RUN apt-get install -y curl && \
|
||||||
# curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
|
# curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
|
||||||
|
|||||||
Reference in New Issue
Block a user