Skip to content

Commit c90f1a6

Browse files
committed
typo
1 parent b620746 commit c90f1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN curl -fSL "https://releases.wikimedia.org/mediawiki/${MEDIAWIKI_MAJOR_VER
5050
&& echo "${MEDIAWIKI_SHA512} *mediawiki.tar.gz" | sha512sum -c - \
5151
&& tar -xz --strip-components=1 -f mediawiki.tar.gz \
5252
&& rm mediawiki.tar.gz \
53-
&& curl https://getcomposer.org/1.10.7/composer.phar -o composer.phar
53+
&& curl https://getcomposer.org/download/1.10.7/composer.phar -o composer.phar
5454

5555
# Manually install extensions & skins
5656
RUN curl -fSL 'https://extdist.wmflabs.org/dist/extensions/AbuseFilter-REL1_31-7b66a2c.tar.gz' | tar -xz -C ./extensions \

0 commit comments

Comments
 (0)