Dockerfile 368 B

1234567
  1. FROM docker.infra.flowdat.com/fd3/kea-oss-1.3.0:latest
  2. WORKDIR /opt/kea
  3. 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
  4. RUN autoreconf --install && ./configure --with-dhcp-mysql --enable-shell --with-tier2=yes && make && make install && ldconfig