Add dependency needed for wikidiff2 #42
Annotations
1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \t\tapt-get update; \tapt-get install -y --no-install-recommends \t\tlibicu-dev \t\tlibonig-dev \t\tlibcurl4-gnutls-dev \t\tlibmagickwand-dev \t\tlibwebp7 \t\tlibzip-dev \t\tliblua5.1-0-dev \t\tlibthai-dev \t; \t\tdocker-php-ext-install -j \"$(nproc)\" \t\tcalendar \t\texif \t\tintl \t\tmbstring \t\tmysqli \t\topcache \t\twikidiff2 \t\tzip \t; \t\tpecl install \t\tAPCu-5.1.24 \t\tluasandbox \t\timagick \t\tredis \t; \tdocker-php-ext-enable \t\tapcu \t\tluasandbox \t\timagick \t\tredis \t; \trm -r /tmp/pear; \t\tapt-mark auto '.*' > /dev/null; \tapt-mark manual $savedAptMark; \tldd \"$(php -r 'echo ini_get(\"extension_dir\");')\"/*.so \t\t| awk '/=>/ { print $3 }' \t\t| sort -u \t\t| xargs -r dpkg-query -S \t\t| cut -d: -f1 \t\t| sort -u \t\t| xargs -rt apt-mark manual; \t\tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
docker
The following actions use a deprecated Node.js version and will be forced to run on node20: Nelyx/[email protected], docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|