- FROM docker.infra.flowdat.com/fd3/kea-oss-1.3.0:latest
- WORKDIR /opt/kea
- RUN wget -O kea-subscription-1.3.0.tar.gz https://ftp.isc.org/isc/kea/private/47481ef775c232ef/kea-subscription-1.3.0.tar.gz && tar xvzf kea-subscription-1.3.0.tar.gz
- RUN autoreconf --install && ./configure --with-dhcp-mysql --enable-shell --with-tier2=yes && make && make install && ldconfig
|