aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openvswitch/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/openvswitch/Dockerfile')
-rw-r--r--projects/openvswitch/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openvswitch/Dockerfile b/projects/openvswitch/Dockerfile
index f7c149f8..65a4ea46 100644
--- a/projects/openvswitch/Dockerfile
+++ b/projects/openvswitch/Dockerfile
@@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake \
libtool python python3-pip \
- libz-dev libssl-dev libssl1.0.0 wget
+ libz-dev libssl-dev libssl1.1 wget
RUN pip3 install six
RUN git clone --depth 1 https://github.com/openvswitch/ovs.git openvswitch
RUN git clone --depth 1 https://github.com/openvswitch/ovs-fuzzing-corpus.git \