Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Jun 18, 2020
1 parent b620746 commit c90f1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN curl -fSL "https://releases.wikimedia.org/mediawiki/${MEDIAWIKI_MAJOR_VER
&& echo "${MEDIAWIKI_SHA512} *mediawiki.tar.gz" | sha512sum -c - \
&& tar -xz --strip-components=1 -f mediawiki.tar.gz \
&& rm mediawiki.tar.gz \
&& curl https://getcomposer.org/1.10.7/composer.phar -o composer.phar
&& curl https://getcomposer.org/download/1.10.7/composer.phar -o composer.phar

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

0 comments on commit c90f1a6

Please sign in to comment.