diff --git a/Dockerfile b/Dockerfile index cc15405..63e254c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /