Update Dockerfile #5
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && apt-get update && apt-get install -y --no-install-recommends git wget curl build-essential libssl-dev zlib1g-dev iproute2 php7.4-fpm vim-common net-tools ntpdate procps && bash mtproxy.sh build && sed -i 's/^user\\s*=[^\\r]\\+/user = root/' /etc/php/7.4/fpm/pool.d/www.conf && sed -i 's/^group\\s*=[^\\r]\\+/group = root/' /etc/php/7.4/fpm/pool.d/www.conf && rm -rf $WORKDIR/MTProxy && rm -rf ~/go && mkdir /run/php -p && mkdir $WORKDIR/pid && apt-get purge -y git build-essential libssl-dev zlib1g-dev && apt-get clean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|