mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-30 12:04:48 -04:00
fix(Dockerfile): Use local repo
This commit is contained in:
parent
60a3177710
commit
d55c6e8c1a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue