scanner/Dockerfile
2025-03-23 17:33:43 +01:00

8 lines
127 B
Docker

FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y \
curl \
git \
&& rm -rf /var/lib/apt/lists/*