From 858baac702c92ff9f524f102ffa86e16727caed3 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 26 Nov 2023 18:23:13 +0100 Subject: [PATCH] Remove the test command --- alpine/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index fb2bb25..393d40a 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -24,7 +24,6 @@ RUN \ RUN apk add --no-cache --update rust cargo musl-dev openssl-dev pkgconfig RUN cargo fetch -RUN cargo test --release # https://users.rust-lang.org/t/sigsegv-with-program-linked-against-openssl-in-an-alpine-container/52172 RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --release --no-default-features --features $FEATURES