summaryrefslogtreecommitdiffstats
path: root/dhcp_helper
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-01 15:39:41 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-01 16:06:20 -0500
commit1e71502ff2cf280039a874d65ec5f1d6667d58ae (patch)
tree9750bdb42221cda42c768fe0e8ab90fbe91bd48b /dhcp_helper
initial commit
Signed-off-by: Toby Vincent <tobyv13@gmail.com>
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