Skip to content

Commit

Permalink
Add kea lease hook package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiv Dhaliwal authored and Themitchell committed Oct 16, 2020
1 parent b0c5366 commit 93c9427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhcp-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV GLIBC_VER=2.31-r0

RUN apk add bash curl mysql mysql-client && \
curl -1sLf 'https://dl.cloudsmith.io/public/isc/kea-1-8/cfg/setup/bash.alpine.sh' | bash && \
apk upgrade && apk add isc-kea-admin isc-kea-perfdhcp isc-kea-dhcp4 && \
apk upgrade && apk add isc-kea-admin isc-kea-perfdhcp isc-kea-dhcp4 isc-kea-hook-lease-cmds && \
curl -sL https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -o /etc/apk/keys/sgerrand.rsa.pub && \
curl -sLO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VER}/glibc-${GLIBC_VER}.apk && \
curl -sLO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VER}/glibc-bin-${GLIBC_VER}.apk && \
Expand Down

0 comments on commit 93c9427

Please sign in to comment.