You've already forked dhcpd-docker
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM docker.io/library/archlinux:latest
|
||||
|
||||
RUN pacman --sync --sysupgrade --refresh --noconfirm dhcp
|
||||
|
||||
ADD rootfs/ .
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
Reference in New Issue
Block a user