|
@@ -51,5 +51,11 @@ RUN cd hook/dhcp && make
|
|
|
|
|
|
COPY script.sh /opt/script.sh
|
|
|
RUN chmod +x /opt/script.sh
|
|
|
+
|
|
|
+RUN apt install -yq python-pip supervisor
|
|
|
+RUN pip install superfsmon
|
|
|
+
|
|
|
CMD /usr/local/sbin/kea-dhcp4 -c /usr/local/etc/kea/kea-dhcp4.conf
|
|
|
+
|
|
|
+
|
|
|
#HEALTHCHECK --interval=5s --timeout=3s CMD pgrep kea-dhcp4
|