Skip to content

Commit

Permalink
HUH!? NO POSTGRES SUPPORT!?
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Mar 10, 2023
1 parent 6e46149 commit cae41ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:7.4-fpm

ENV WIKI_VERSION_MAJOR_MINOR=1.35
ENV WIKI_VERSION_BUGFIX=9
Expand Down Expand Up @@ -99,7 +99,7 @@ RUN EXTS=`curl https://extdist.wmflabs.org/dist/extensions/ | awk 'BEGIN { FS =
&& echo "Installing patched Math extension from https://github.com/ubc/mediawiki-extensions-Math/archive/REL1_35.tar.gz" \
&& mkdir -p /var/www/html/extensions/Math \
&& curl -Ls https://github.com/ubc/mediawiki-extensions-Math/archive/REL1_35.tar.gz | tar xz --strip=1 -C /var/www/html/extensions/Math \
&& echo "Installing patched UserMerge extension from https://github.com/wikimedia/mediawiki-extensions-UserMerge/archive/REL1_35.tar.gz" \
&& echo "Installing https://github.com/wikimedia/mediawiki-extensions-UserMerge/archive/REL1_35.tar.gz" \
&& mkdir -p /var/www/html/extensions/UserMerge \
&& curl -Ls https://github.com/wikimedia/mediawiki-extensions-UserMerge/archive/REL1_35.tar.gz | tar xz --strip=1 -C /var/www/html/extensions/UserMerge

Expand Down

0 comments on commit cae41ba

Please sign in to comment.