Skip to content

Commit

Permalink
Remove the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 26, 2023
1 parent 985fd7e commit 858baac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 858baac

Please sign in to comment.