Skip to content

Commit 46a7be3

Browse files
committed
Fix rustflags
1 parent 17f2470 commit 46a7be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ENV SSL_VER="1.1.1w" \
6262
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
6363
LD_LIBRARY_PATH=$PREFIX
6464

65-
ENV RUSTFLAGS="-C target-feature=+crt-static -L/musl/lib -C link-args=-lssl -lcrypto -lpq -static"
65+
ENV RUSTFLAGS="-C target-feature=+crt-static -L/musl/lib -lssl -lcrypto -lpq -static"
6666

6767
# Install a more recent release of protoc (protobuf-compiler in jammy is 4 years old and misses some features)
6868
RUN cd /tmp && \

0 commit comments

Comments
 (0)