Skip to content

Commit 44c69c2

Browse files
authored
include lsb_release in Docker image (#240)
1 parent 5e564ff commit 44c69c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN cargo install --locked --path . --root /build
4040
# run
4141
FROM debian:13-slim AS runtime
4242
RUN apt-get update -y && apt upgrade -y && \
43-
apt-get install --no-install-recommends -y ca-certificates libssl-dev && \
43+
apt-get install --no-install-recommends -y ca-certificates libssl-dev lsb-release && \
4444
rm -rf /var/lib/apt/lists/*
4545
WORKDIR /app
4646
COPY --from=builder /build/bin/defguard-proxy .

0 commit comments

Comments
 (0)