Skip to content

Commit

Permalink
fix ping6 command detection when build via Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
dolber committed Oct 16, 2018
1 parent e15c316 commit ddca76d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ RUN cd /tmp
git clone https://github.com/nagios-plugins/nagios-plugins.git -b $NAGIOS_PLUGINS_BRANCH && \
cd nagios-plugins && \
./tools/setup && \
./configure \
--prefix=${NAGIOS_HOME} \
./configure \
--prefix=${NAGIOS_HOME} \
--with-ipv6 \
--with-ping6-command="/bin/ping6 -n -U -W %d -c %d %s" \
&& \
make && \
make install && \
Expand Down

0 comments on commit ddca76d

Please sign in to comment.