re-add distrust loopback repo
This commit is contained in:
parent
bd418c55d8
commit
30a1b46668
|
@ -17,6 +17,10 @@ COPY --from=stagex/pkgconf . /
|
|||
COPY --from=stagex/binutils . /
|
||||
ADD . /src
|
||||
WORKDIR /src
|
||||
ADD <<-EOF /.cargo/config.toml
|
||||
[registries.distrust]
|
||||
index = "https://git.distrust.co/public/_cargo-index.git"
|
||||
EOF
|
||||
RUN cargo fetch
|
||||
ENV NETTLE_STATIC=yes
|
||||
ENV PCSC_LIB_NAME=static=pcsclite
|
||||
|
|
Loading…
Reference in New Issue