Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Mar 9, 2024
1 parent 81c3ca7 commit d950d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN curl -s -o /tmp/keys.txt https://www.mediawiki.org/keys/keys.txt && \

RUN curl -s -o /var/www/mediawiki/w/composer.phar https://getcomposer.org/download/latest-2.x/composer.phar
COPY config/composer.local.json /var/www/mediawiki/w/composer.local.json
RUN cd /var/www/mediawiki/w; php ./composer.phar update --no-dev

RUN cd /var/www/mediawiki/w; COMPOSER_ALLOW_SUPERUSER=1 php ./composer.phar update --no-dev

COPY config/php-fpm.conf /usr/local/etc/
COPY config/supervisord.conf /etc/supervisord.conf
Expand Down
2 changes: 1 addition & 1 deletion config/composer.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require": {
"wikimedia/equivset": "*",
"mediawiki/sub-page-list": "3.0.*",
"mediawiki/semantic-media-wiki": "4.1.*",
"mediawiki/semantic-media-wiki": "4.1.3",
"mediawiki/page-forms": "5.6.*",
"mediawiki/maps": "10.1.*",
"mediawiki/semantic-forms-select": "4.0.0-beta",
Expand Down

0 comments on commit d950d17

Please sign in to comment.