commented extra dependencies line
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 22s

This commit is contained in:
2025-07-18 11:13:54 +02:00
parent 7638592c03
commit 7ef71125cc

View File

@@ -4,7 +4,7 @@ COPY . .
RUN cargo install --path .
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
# RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/cargo/bin/workout /usr/local/bin/workout
CMD ["workout"]