File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - runner : ubuntu-latest
4444 target : aarch64-unknown-linux-gnu
4545 use_cross : true
46- - runner : macos-13
46+ - runner : macos-latest
4747 target : x86_64-apple-darwin
4848 use_cross : false
4949 - runner : macos-14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN npm run build
99# ── Stage 2: Build Rust backend (with embedded frontend) ────────────
1010FROM rust:1.85-slim AS backend-build
1111WORKDIR /app
12- RUN apt-get update && apt-get install -y pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
12+ RUN apt-get update && apt-get install -y pkg-config libssl-dev build-essential autoconf automake libtool && rm -rf /var/lib/apt/lists/*
1313COPY Cargo.toml Cargo.lock ./
1414COPY crates/ crates/
1515COPY --from=frontend-build /app/dashboard/dist dashboard/dist
You can’t perform that action at this time.
0 commit comments