Perform another apt-get update.
Strangely enough, on a Raspberry Pi another apt-get update is needed to find bind9.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM fsg-base:latest
|
FROM fsg-base:latest
|
||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive ; apt-get install --no-install-recommends -y bind9
|
RUN export DEBIAN_FRONTEND=noninteractive ; apt-get update && apt-get install --no-install-recommends -y bind9
|
||||||
|
|
||||||
COPY bind_config/named.conf.local /etc/bind/
|
COPY bind_config/named.conf.local /etc/bind/
|
||||||
COPY bind_config/sites /etc/bind/sites
|
COPY bind_config/sites /etc/bind/sites
|
||||||
|
|||||||
Reference in New Issue
Block a user