kutils container
All checks were successful
Lint / lint (push) Successful in 38s

This commit is contained in:
Gabriel Simmer 2024-07-17 13:36:47 +01:00
parent 01cf2ff1d0
commit 4af7852328
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -0,0 +1,7 @@
FROM debian:bookworm-slim
RUN apt update && apt upgrade && \
apt install -y curl net-tools dnsutils postgresql-client && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}/