mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +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
|
||||
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
|
||||
|
||||
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \
|
||||
&& dnf -y --setopt=install_weak_deps=False install \
|
||||
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||
pdns-recursor \
|
||||
&& dnf clean all
|
||||
|
||||
|
|
Loading…
Reference in a new issue