Skip to content

Commit 02a95af

Browse files
e2e: make sure protobuf compiler is installed in template (#982)
1 parent 7001908 commit 02a95af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/build_generator/templates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
FROM gcr.io/oss-fuzz-base/base-builder
4040
RUN apt-get update && apt-get install -y make autoconf automake autopoint \\
4141
libtool cmake pkg-config curl check libcpputest-dev \\
42-
flex bison re2c
42+
flex bison re2c protobuf-compiler
4343
'''
4444

4545
CFLITE_TEMPLATE = '''name: ClusterFuzzLite PR fuzzing

0 commit comments

Comments
 (0)