changed baseimage to ubuntu:20.10 in dockerfile

This commit is contained in:
Pi-Farm
2025-01-29 23:05:26 +01:00
parent 178e9dbe99
commit a3a9ee5159
2 changed files with 31 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:20.10
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