File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ RUN /tmp/mediawiki-extension-downloader --config /tmp/mediawiki-extension-downlo
39
39
40
40
COPY config/wiki/composer.local.json /tmp/mediawiki/
41
41
WORKDIR /tmp/mediawiki
42
- RUN COMPOSER_HOME=/tmp/composer /usr/bin/php$PHP_VERSION /usr/bin/composer.phar update --no-dev \
43
- # Upstream changes that requires to install separately. somehow.
44
- && COMPOSER_HOME=/tmp/composer /usr/bin/php$PHP_VERSION /usr/bin/composer.phar update mediawiki/simple-batch-upload
42
+
43
+ # Composer needs local user or set the flag for plugins. (that includes installer)
44
+ RUN COMPOSER_HOME=/tmp/composer COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php$PHP_VERSION /usr/bin/composer.phar update --no-dev
45
45
46
46
# NO I WON'T USE PHP IMAGE SINCE IT'S TOO BIG
47
47
FROM alpine:$ALPINE_VERSION
You can’t perform that action at this time.
0 commit comments