We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7001908 commit 02a95afCopy full SHA for 02a95af
experimental/build_generator/templates.py
@@ -39,7 +39,7 @@
39
FROM gcr.io/oss-fuzz-base/base-builder
40
RUN apt-get update && apt-get install -y make autoconf automake autopoint \\
41
libtool cmake pkg-config curl check libcpputest-dev \\
42
- flex bison re2c
+ flex bison re2c protobuf-compiler
43
'''
44
45
CFLITE_TEMPLATE = '''name: ClusterFuzzLite PR fuzzing
0 commit comments