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 . /
|
COPY --from=stagex/binutils . /
|
||||||
ADD . /src
|
ADD . /src
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
ADD <<-EOF /.cargo/config.toml
|
||||||
|
[registries.distrust]
|
||||||
|
index = "https://git.distrust.co/public/_cargo-index.git"
|
||||||
|
EOF
|
||||||
RUN cargo fetch
|
RUN cargo fetch
|
||||||
ENV NETTLE_STATIC=yes
|
ENV NETTLE_STATIC=yes
|
||||||
ENV PCSC_LIB_NAME=static=pcsclite
|
ENV PCSC_LIB_NAME=static=pcsclite
|
||||||
|
|
Loading…
Reference in New Issue