We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299f591 commit a1f729bCopy full SHA for a1f729b
Dockerfile
@@ -7,8 +7,6 @@ RUN rustup target add $(arch)-unknown-linux-musl
7
# Fix ring building using musl - see https://github.com/briansmith/ring/issues/1414#issuecomment-1055177218
8
RUN apt-get update && apt-get install musl-tools clang llvm -y
9
ENV CC="clang"
10
-ENV AR="llvm-ar"
11
-ENV RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
12
13
RUN mkdir /usr/src/policy-server
14
WORKDIR /usr/src/policy-server
0 commit comments