dhcp-helper/Dockerfile

5 lines
104 B
Docker
Raw Permalink Normal View History

2024-07-30 12:41:14 +02:00
FROM alpine:latest
RUN apk --no-cache add dhcp-helper
EXPOSE 67 67/udp
ENTRYPOINT ["dhcp-helper", "-n"]