aboutsummaryrefslogtreecommitdiff
path: root/infra/run_fuzzers.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'infra/run_fuzzers.Dockerfile')
-rw-r--r--infra/run_fuzzers.Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/run_fuzzers.Dockerfile b/infra/run_fuzzers.Dockerfile
index 938cf0881..38a65259c 100644
--- a/infra/run_fuzzers.Dockerfile
+++ b/infra/run_fuzzers.Dockerfile
@@ -17,7 +17,6 @@
FROM gcr.io/oss-fuzz-base/cifuzz-base
-# Copies your code file from action repository to the container
COPY cifuzz/actions/run_fuzzers/run_fuzzers_entrypoint.py /opt/run_fuzzers_entrypoint.py
# Python file to execute when the docker container starts up