diff --git a/Dockerfile b/Dockerfile index b378a4b8d7cbb33db5b7877436f3a976cd907d04..217fcff63da8eea63053bba1fbe7872dc066f2e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:bookworm-slim RUN apt update && \ - apt install --yes docker git && \ + apt install --yes curl docker git && \ rm -rf /var/lib/apt/lists/*