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

Remove forced composer v1

This commit is contained in:
Jeremy Benoist
2022-02-15 09:29:16 +01:00
parent 37216dfd69
commit 983bfe094b

View File

@@ -58,7 +58,6 @@ 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 --1 \
&& git clone --branch $WALLABAG_VERSION --depth 1 https://github.com/wallabag/wallabag.git /var/www/wallabag
COPY root /