mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
changed baseimage to ubuntu:20.10 in dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user