diff --git a/Dockerfile b/Dockerfile index bd9498f..e327ff8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ + wget \ && rm -rf /var/lib/apt/lists/* WORKDIR /app