This repository has been archived on 2022-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
docker-templates/pi-hole/Dockerfile

5 lines
108 B
Docker
Raw Permalink Normal View History

2021-11-27 03:30:00 +01:00
FROM alpine:latest
RUN apk --no-cache add dhcp-helper
2022-02-07 07:55:41 +01:00
EXPOSE 67/tcp 67/udp
2021-11-27 03:30:00 +01:00
ENTRYPOINT ["dhcp-helper", "-n"]