Skip to content

Commit 5bb4ff1

Browse files
dockerfile changes
1 parent c0c78c2 commit 5bb4ff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.clusterfuzzlite/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM gcr.io/oss-fuzz-base/base-builder:v1
2-
RUN apt-get update && apt-get install -y ninja-build curl unzip libtool
3-
RUN cd /usr/local && \
4-
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v25.6/protoc-25.6-linux-x86_64.zip && \
2+
RUN apt-get update && apt-get install --no-install-recommends -y ninja-build curl unzip libtool
3+
WORKDIR /usr/local
4+
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v25.6/protoc-25.6-linux-x86_64.zip && \
55
unzip protoc-25.6-linux-x86_64.zip && \
66
rm protoc-25.6-linux-x86_64.zip
77
COPY . $SRC/hpp-proto
8-
WORKDIR hpp-proto
8+
WORKDIR $SRC/hpp-proto
99
COPY .clusterfuzzlite/build.sh $SRC/

0 commit comments

Comments
 (0)