Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit fe97180

Browse files
author
Eoghan Russell
authored
Update Dockerfile
Signed-off-by: Eoghan Russell <[email protected]>
1 parent 4d3762b commit fe97180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/ovs_test_setup/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
22
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
33
RUN apt-get update -y \
4-
&& apt-get install -y --no-install-recommends linux-headers-generic openvswitch-switch-dpdk \
4+
&& apt-get install -y linux-headers-generic openvswitch-switch-dpdk \
55
&& apt-get clean \
66
&& rm -rf /var/lib/apt/lists/*
77
RUN update-alternatives --set ovs-vswitchd /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk

0 commit comments

Comments
 (0)