File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- FROM buildpack-deps:jessie -scm
1+ FROM buildpack-deps:stretch -scm
22
3- # the setup procedure according to https://repo.powerdns.com/ (Debian 8 Jessie )
4- RUN echo "deb http://repo.powerdns.com/debian jessie -auth-41 main" > /etc/apt/sources.list.d/pdns.list \
3+ # the setup procedure according to https://repo.powerdns.com/ (Debian 9 Stretch )
4+ RUN echo "deb [arch=amd64] http://repo.powerdns.com/debian stretch -auth-43 main" > /etc/apt/sources.list.d/pdns.list \
55 && echo "Package: pdns-*\n Pin: origin repo.powerdns.com\n Pin-Priority: 600\n " >> /etc/apt/preferences.d/pdns \
66 && curl https://repo.powerdns.com/FD380FBB-pub.asc | apt-key add - \
77 && apt-get -y update \
Original file line number Diff line number Diff line change 1- disable-tcp=yes
21cache-ttl=0
32loglevel=7
43log-dns-details=yes
You can’t perform that action at this time.
0 commit comments