summaryrefslogtreecommitdiffstats
path: root/dhcp_helper
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp_helper')
-rwxr-xr-xdhcp_helper/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhcp_helper/Dockerfile b/dhcp_helper/Dockerfile
new file mode 100755
index 0000000..51c95b6
--- /dev/null
+++ b/dhcp_helper/Dockerfile
@@ -0,0 +1,4 @@
+FROM alpine:latest
+RUN apk --no-cache add dhcp-helper
+EXPOSE 67 67/udp
+ENTRYPOINT ["dhcp-helper", "-n"] \ No newline at end of file