We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f2470 commit 46a7be3Copy full SHA for 46a7be3
1 file changed
Dockerfile
@@ -62,7 +62,7 @@ ENV SSL_VER="1.1.1w" \
62
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
63
LD_LIBRARY_PATH=$PREFIX
64
65
-ENV RUSTFLAGS="-C target-feature=+crt-static -L/musl/lib -C link-args=-lssl -lcrypto -lpq -static"
+ENV RUSTFLAGS="-C target-feature=+crt-static -L/musl/lib -lssl -lcrypto -lpq -static"
66
67
# Install a more recent release of protoc (protobuf-compiler in jammy is 4 years old and misses some features)
68
RUN cd /tmp && \
0 commit comments