Skip to content

Commit

Permalink
Add AWS extension (#329)
Browse files Browse the repository at this point in the history
* Add AWS extension

Partial fix for #229

* Fix for clone call
  • Loading branch information
yaronkoren authored Nov 29, 2023
1 parent b0160a5 commit f5f8c9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ RUN set -x; \
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Arrays $MW_HOME/extensions/Arrays \
&& cd $MW_HOME/extensions/Arrays \
&& git checkout -q 338f661bf0ab377f70e029079f2c5c5b370219df \
# AWS (v. 0.12.0)
&& git clone --single-branch -b master https://github.com/edwardspec/mediawiki-aws-s3 $MW_HOME/extensions/AWS \
&& cd $MW_HOME/extensions/AWS \
&& git checkout -q d75873a1f594ac3777b17047c9905b2521debb8b \
# BetaFeatures
&& git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-BetaFeatures $MW_HOME/extensions/BetaFeatures \
&& cd $MW_HOME/extensions/BetaFeatures \
Expand Down

0 comments on commit f5f8c9f

Please sign in to comment.