Created
April 6, 2017 14:20
-
-
Save tkuchiki/9a092a2b998dbe9feb2b58d974063f71 to your computer and use it in GitHub Desktop.
PowerDNS Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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