diff --git a/Dockerfile b/Dockerfile index 737c373..9bc189b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.7 +FROM debian:12.8 RUN apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh dnsutils knot-dnsutils nmap -y RUN pip3 install yq --break-system-packages