Skip to content

Commit eee64d0

Browse files
authored
fix: simple batch upload
1 parent 30a8aa2 commit eee64d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ RUN /tmp/mediawiki-extension-downloader --config /tmp/mediawiki-extension-downlo
3939

4040
COPY config/wiki/composer.local.json /tmp/mediawiki/
4141
WORKDIR /tmp/mediawiki
42-
RUN COMPOSER_HOME=/tmp/composer /usr/bin/php$PHP_VERSION /usr/bin/composer.phar update --no-dev
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
4345

4446
# NO I WON'T USE PHP IMAGE SINCE IT'S TOO BIG
4547
FROM alpine:$ALPINE_VERSION

0 commit comments

Comments
 (0)