mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-11 13:24:41 +10:00
Fix Docker build
This commit is contained in:
@@ -24,6 +24,7 @@ FROM rustlang/rust:nightly-alpine AS torrential-build
|
||||
RUN apk add musl-dev
|
||||
WORKDIR /build
|
||||
COPY torrential .
|
||||
RUN apk add protoc
|
||||
RUN cargo build --release
|
||||
|
||||
### BUILD APP
|
||||
|
||||
Reference in New Issue
Block a user