We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e564ff commit 44c69c2Copy full SHA for 44c69c2
Dockerfile
@@ -40,7 +40,7 @@ RUN cargo install --locked --path . --root /build
40
# run
41
FROM debian:13-slim AS runtime
42
RUN apt-get update -y && apt upgrade -y && \
43
- apt-get install --no-install-recommends -y ca-certificates libssl-dev && \
+ apt-get install --no-install-recommends -y ca-certificates libssl-dev lsb-release && \
44
rm -rf /var/lib/apt/lists/*
45
WORKDIR /app
46
COPY --from=builder /build/bin/defguard-proxy .
0 commit comments