diff --git a/dockerfile b/dockerfile index b5a3737..a2aa57c 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.10 +FROM debian:11-slim RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y RUN apt-get install unzip fdisk util-linux nano xz-utils wget systemctl sudo git tcpdump -y