Skip to content

Update Dockerfile

Update Dockerfile #337

Triggered via push December 17, 2023 10:15
Status Failure
Total duration 3m 59s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache ca-certificates git build-base cmake autoconf automake libtool nghttp2-dev nghttp2-static ngtcp2-dev nghttp3-dev zlib-dev zlib-static zstd-dev zstd-static brotli-dev brotli-static && git clone --recursive --branch \"$OS_VERSION\" https://github.com/quictls/openssl /src/openssl && cd /src/openssl && /src/openssl/Configure --prefix=/usr && make && make install && git clone --recursive --branch \"$CURL_VERSION\" https://github.com/curl/curl /src/curl && cd /src/curl && autoreconf -fi && /src/curl/configure --with-openssl --with-nghttp2 --with-ngtcp2 --with-nghttp3 --disable-ech --enable-websockets --disable-shared --enable-static --disable-libcurl-option && make -j \"$(nproc)\" && strip -s /src/curl/src/curl" did not complete successfully: exit code: 2