Drop bad ci

This commit is contained in:
AB from home.homenet
2025-10-27 09:46:39 +02:00
parent 656209ee6e
commit b96c520f9d

View File

@@ -1,7 +1,10 @@
# Use cargo-chef for dependency caching # Use standard Rust image and install cargo-chef
FROM lukemathwalker/cargo-chef:0.1.68-rust-1.90-slim AS chef FROM rust:1.82-bookworm AS chef
WORKDIR /app WORKDIR /app
# Install cargo-chef
RUN cargo install cargo-chef --version 0.1.67
# Install system dependencies needed for building # Install system dependencies needed for building
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
pkg-config \ pkg-config \