Skip to content

Update Dockerfile

Update Dockerfile #348

Triggered via push December 17, 2023 14:33
Status Failure
Total duration 7m 31s
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 coreutils libtool nghttp2-dev nghttp2-static zlib-dev zlib-static zstd-dev zstd-static libssh2-dev libssh2-static && git clone --recursive --branch \"$WS_VERSION\" https://github.com/wolfSSL/wolfssl /src/wolfssl && cd /src/wolfssl && /src/wolfssl/autogen.sh && /src/wolfssl/configure --prefix=/usr --enable-curl --disable-oldtls --enable-quic --enable-ech --disable-shared --enable-psk --enable-session-ticket --enable-earlydata --enable-static && make && make install && git clone --recursive https://github.com/ngtcp2/nghttp3 /src/nghttp3 && cd /src/nghttp3 && autoreconf -fi && /src/nghttp3/configure --prefix=/usr --enable-lib-only --disable-shared --enable-static && make && make install && git clone --recursive https://github.com/ngtcp2/ngtcp2 /src/ngtcp2 && cd /src/ngtcp2 && autoreconf -fi && /src/ngtcp2/configure --prefix=/usr --with-wolfssl --enable-lib-only --disable-shared --enable-static && make && make install && git clone --recursive https://github.com/google/brotli /src/brotli && cd /src/brotli && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=OFF /src/brotli && cmake --build /src/brotli --config Release --target install && git clone --recursive --branch \"$CURL_VERSION\" https://github.com/curl/curl /src/curl && cd /src/curl && autoreconf -fi && /src/curl/configure LDFLAGS=\"-static\" PKG_CONFIG=\"pkg-config --static\" --with-wolfssl --with-nghttp2 --with-ngtcp2 --with-nghttp3 --disable-ech --enable-websockets --disable-shared --enable-static --disable-libcurl-option && make -j \"$(nproc)\" LDFLAGS=\"-static -all-static\" && strip -s /src/curl/src/curl" did not complete successfully: exit code: 2