Prevent building unneeded yggdrasil-mobile by setting explicitly what to build
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM rust:1.95.0-trixie AS builder
|
||||
RUN apt -y update && apt -y install git
|
||||
RUN git clone https://github.com/Revertron/Yggdrasil-ng.git /app
|
||||
WORKDIR /app
|
||||
RUN cargo build --release
|
||||
RUN cargo build --release -p yggdrasil
|
||||
|
||||
FROM debian:trixie AS result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user