aboutsummaryrefslogtreecommitdiff
path: root/docker/jazzer/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/jazzer/Dockerfile')
-rw-r--r--docker/jazzer/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/jazzer/Dockerfile b/docker/jazzer/Dockerfile
index b82b9d83..56787be7 100644
--- a/docker/jazzer/Dockerfile
+++ b/docker/jazzer/Dockerfile
@@ -24,7 +24,8 @@ RUN git clone --depth=1 https://github.com/CodeIntelligenceTesting/jazzer.git &&
touch /usr/bin/ld && \
touch /usr/bin/ld.gold && \
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 \
- ./bazelisk-linux-amd64 build --config=toolchain //agent:jazzer_agent_deploy.jar //driver:jazzer_driver
+ ./bazelisk-linux-amd64 build --config=toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux \
+ //agent:jazzer_agent_deploy.jar //driver:jazzer_driver
FROM gcr.io/distroless/java