Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created April 6, 2017 14:20
Show Gist options
  • Save tkuchiki/9a092a2b998dbe9feb2b58d974063f71 to your computer and use it in GitHub Desktop.
Save tkuchiki/9a092a2b998dbe9feb2b58d974063f71 to your computer and use it in GitHub Desktop.
PowerDNS Dockerfile
FROM ubuntu:16.04
RUN apt-get install -y g++ libboost-all-dev libtool make pkg-config libmysqlclient-dev libssl-dev git dh-autoreconf bison flex ragel pandoc
RUN git clone https://github.com/PowerDNS/pdns /usr/local/src/pdns
WORDFIR /usr/local/src/pdns
RUN ./bootstrap
RUN ./configure
RUN make
RUN make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment