Skip to content

Commit

Permalink
netContain: bump ovs to 2.5.4 to fix the build
Browse files Browse the repository at this point in the history
This change bumps the OVS package to 2.5.4. The previous version isn't
available any more. This fixes the build.
  • Loading branch information
unclejack committed Jun 4, 2018
1 parent 8c59a9c commit ceceaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/netContain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM ubuntu:16.04
# ENV export https_proxy=https://proxy.localhost.com:8080

RUN apt-get update \
&& apt-get install -y openvswitch-switch=2.5.2* \
&& apt-get install -y openvswitch-switch=2.5.4* \
net-tools \
iptables \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ceceaaa

Please sign in to comment.