mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
fix(Dockerfile): Use local repo
This commit is contained in:
parent
60a3177710
commit
d55c6e8c1a
@ -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…
Reference in New Issue
Block a user