From 48b451b05394d456dfd4c522fd229e722cf41252 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 12 Jan 2021 09:53:28 +0100 Subject: [PATCH] Downgrade composer --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4767c04..4605f5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM mediawiki:1.35 -ARG COMPOSER_VERSION=2.0.8 +# Plugins are not compatible with composer 2 yet +ARG COMPOSER_VERSION=1.10.19 ENV \ WG_SITENAME="Test Wiki" \