We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994751c commit 89b81fbCopy full SHA for 89b81fb
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ RUN npm run build
9
# ── Stage 2: Build Rust backend (with embedded frontend) ────────────
10
FROM rust:1.85-slim AS backend-build
11
WORKDIR /app
12
-RUN apt-get update && apt-get install -y pkg-config && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
13
COPY Cargo.toml Cargo.lock ./
14
COPY crates/ crates/
15
COPY --from=frontend-build /app/dashboard/dist dashboard/dist
0 commit comments