1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

wallabag isn't compatible with Composer 2.3

Install the latest known 2.2 version instead.
This commit is contained in:
Jérémy Benoist
2022-04-01 16:20:35 +02:00
committed by GitHub
parent 983bfe094b
commit ed49d39db4

View File

@@ -58,6 +58,7 @@ RUN set -ex \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& curl -s https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer \
&& composer selfupdate 2.2.10 \
&& git clone --branch $WALLABAG_VERSION --depth 1 https://github.com/wallabag/wallabag.git /var/www/wallabag
COPY root /