docker baseimage changed to debian:11-slim

This commit is contained in:
pi-farm
2025-01-30 23:47:13 +01:00
parent 66f74b1a04
commit 0153888554

View File

@@ -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 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 RUN apt-get install unzip fdisk util-linux nano xz-utils wget systemctl sudo git tcpdump -y