check backend
This commit is contained in:
@@ -6,7 +6,7 @@ RUN cargo build --release --bin void-sentinel
|
||||
RUN strip target/release/void-sentinel -o /usr/local/bin/void-sentinel
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
RUN apt-get update && apt-get install -y ca-certificates tzdata && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y ca-certificates tzdata curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /usr/local/bin/void-sentinel /usr/local/bin/void-sentinel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user