fix incorrect package name #243
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\twikidiff2 \t; \t\tdocker-php-ext-install -j \"$(nproc)\" \t\tcalendar \t\tintl \t\tmbstring \t\tmysqli \t\topcache \t\tzip \t; \t\tpecl install \t\tAPCu-5.1.23 \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: 100
|
docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Nelyx/[email protected], docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|