Skip to content

Commit

Permalink
Add SYSTEMD and DBUS to Docker build for Ubuntu14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Mckee authored and Neil Mckee committed Dec 15, 2016
1 parent db7236d commit 998d9b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker_build/ubuntu14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvirt-dev \
libnfnetlink-dev \
libxml2-dev \
libssl-dev \
libdbus-1-dev
RUN mkdir /packages && chown 777 /packages
COPY build_hsflowd /root/build_hsflowd
Expand Down
2 changes: 1 addition & 1 deletion docker_build/ubuntu14/build_hsflowd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "build_hsflowd on platform: $1"

git clone https://github.com/sflow/host-sflow \
&& cd host-sflow \
&& make deb FEATURES="NFLOG PCAP TCP DOCKER KVM OVS DBUS"
&& make deb FEATURES="NFLOG PCAP TCP DOCKER KVM OVS SYSTEMD DBUS"

for deb in `ls *.deb`; do cp "$deb" "/packages/${deb/hsflowd/hsflowd-$1}"; done
echo ""
Expand Down
2 changes: 1 addition & 1 deletion hsflowd.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: host sFlow daemon
Name: hsflowd
Version: 2.0.7
Release: 1
Release: 3
License: http://sflow.net/license.html
Group: Applications/Internet
URL: http://sflow.net
Expand Down

0 comments on commit 998d9b9

Please sign in to comment.