Skip to content

Commit

Permalink
fix: segment fault of rust-openssl sfackler/rust-openssl#1462
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAlex0 committed Apr 9, 2022
1 parent 92b1e5c commit 047eb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY build.rs ./build.rs
COPY src/ ./src
COPY proto/ ./proto

RUN cargo install --path=. --root=/
RUN RUSTFLAGS='-C target-feature=-crt-static' cargo install --path=. --root=/

FROM docker.io/library/alpine:3.15

Expand Down

0 comments on commit 047eb20

Please sign in to comment.