Skip to content

Commit

Permalink
Add bind-utils package to node image
Browse files Browse the repository at this point in the history
We use 'dig' to fetch TTL for the egress domain and
'dig' is part of bind-utils package.
  • Loading branch information
Ravi Sankar Penta committed Mar 13, 2017
1 parent 7503f68 commit 2178bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN curl -L -o /etc/yum.repos.d/origin-next-epel-7.repo https://copr.fedoraproje
INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
iscsi-initiator-utils" && \
iscsi-initiator-utils bind-utils" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit 2178bc9

Please sign in to comment.