aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/opendnp3/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/opendnp3/Dockerfile')
-rw-r--r--projects/opendnp3/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/opendnp3/Dockerfile b/projects/opendnp3/Dockerfile
index 2152ff06..aea64170 100644
--- a/projects/opendnp3/Dockerfile
+++ b/projects/opendnp3/Dockerfile
@@ -20,3 +20,6 @@ RUN apt-get update && apt-get install -y make wget tshark
RUN git clone --recursive -b release --depth 1 https://github.com/dnp3/opendnp3.git opendnp3
WORKDIR opendnp3
COPY build.sh $SRC/
+# This is to fix Fuzz Introspector build by using LLVM old pass manager
+# re https://github.com/ossf/fuzz-introspector/issues/305
+ENV OLD_LLVMPASS 1