fix(Dockerfile): Use local repo

pull/1730/head
binarybaron 3 months ago committed by GitHub
parent 60a3177710
commit d55c6e8c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,11 +1,11 @@
FROM rust:1.74 AS builder
FROM rust:1.59-slim AS builder
WORKDIR /build
RUN apt-get update
RUN apt-get install -y git clang cmake libsnappy-dev
RUN git clone https://github.com/comit-network/xmr-btc-swap .
COPY . .
RUN cargo build --release --bin=asb

Loading…
Cancel
Save