mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
a36fa80288
* swtich to frags * or true * format * add task id
10 lines
255 B
Docker
10 lines
255 B
Docker
ARG BASE_IMAGE=myorg/myapp:latest
|
|
FROM ${BASE_IMAGE}
|
|
|
|
ENV FUZZING_LANGUAGE=c++
|
|
|
|
COPY ./compile_and_extract /usr/local/bin/compile_and_extract
|
|
RUN chmod +x /usr/local/bin/compile_and_extract
|
|
COPY gzs/kythe/ ${SRC}/kythe
|
|
ENV KYTHE_RELEASE_DIR=${SRC}/kythe/
|