Skip to content

Commit

Permalink
remove useless copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusel committed May 23, 2024
1 parent 2824f05 commit 53ecd24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ RUN rm ./build.sh
# Remove this once MediaWiki has made a patch release.
RUN sed -i 's/$this->package->setProvides( \[ $link \] );/$this->package->setProvides( \[ self::MEDIAWIKI_PACKAGE_NAME => $link \] );/' ./includes/composer/ComposerPackageModifier.php

# If this environment is not set, Composer does not work as intended.
ENV COMPOSER_ALLOW_SUPERUSER=1

# Install the latest version of PHP package manager "Composer" and install
# MW-OAuth2Client from Git master.
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer && \
Expand Down

0 comments on commit 53ecd24

Please sign in to comment.