mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +01:00
No docs files are needed for this image
This commit is contained in:
parent
e07ffde413
commit
ad5ddbd894
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
FROM fedora:27
|
FROM fedora:27
|
||||||
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
|
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
|
||||||
|
|
||||||
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||||
&& dnf -y --setopt=install_weak_deps=False install \
|
|
||||||
pdns-recursor \
|
pdns-recursor \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue