mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
tails-patch option added in menue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && apt upgrade -y && apt-get autoremove -y
|
||||
RUN apt-get install unzip util-linux nano xz-utils wget systemctl sudo git tcpdump -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
|
||||
|
||||
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.0/s6-overlay-noarch.tar.xz /tmp
|
||||
RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user