downgrade composer because of bug: https://sourceforge.net/p/semediawiki/mailman/semediawiki-user/thread/000001d7fcc8%24fa8751b0%24ef95f510%24%40impronotion.nl/#msg37408672
This commit is contained in:
parent
5a5cdc2c5e
commit
2135144c32
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ RUN apt install -y fluidsynth
|
||||||
|
|
||||||
# Install composer for php dependencies
|
# Install composer for php dependencies
|
||||||
#######################################
|
#######################################
|
||||||
RUN curl https://getcomposer.org/composer-2.phar > composer.phar && mv composer.phar /usr/local/bin/composer && chmod +x /usr/local/bin/composer
|
|
||||||
|
RUN curl https://getcomposer.org/download/2.1.14/composer.phar > composer.phar && mv composer.phar /usr/local/bin/composer && chmod +x /usr/local/bin/composer
|
||||||
RUN cd /var/www/html && COMPOSER=composer.local.json composer require --no-update mediawiki/maps:~8.0
|
RUN cd /var/www/html && COMPOSER=composer.local.json composer require --no-update mediawiki/maps:~8.0
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue