Skip to content

Commit

Permalink
Add cargo to dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 15, 2023
1 parent 5b64a79 commit 5f839ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
tar --strip-components=1 --directory /workspace -xzvf /tmp/hickory-dns.tar.gz; \
rm /tmp/hickory-dns.tar.gz;

RUN apk add --no-cache --update rust musl-dev openssl-dev pkgconfig
RUN apk add --no-cache --update rust cargo musl-dev openssl-dev pkgconfig
# 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 5f839ea

Please sign in to comment.