Skip to content

Commit f32754f

Browse files
authored
Merge pull request #1729 from r2d4/ebtables-localkube-container
Add ebtables package to localkube container
2 parents 20dfa5f + 384a16f commit f32754f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: deploy/docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ FROM debian:jessie
1717
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
1818
&& DEBIAN_FRONTEND=noninteractive apt-get -yy -q install \
1919
iptables \
20+
ebtables \
2021
ethtool \
2122
ca-certificates \
2223
util-linux \

0 commit comments

Comments
 (0)