diff options
Diffstat (limited to 'projects/upb')
-rw-r--r-- | projects/upb/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/upb/Dockerfile b/projects/upb/Dockerfile index b5c3763f..c97eaf05 100644 --- a/projects/upb/Dockerfile +++ b/projects/upb/Dockerfile @@ -15,6 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder +RUN apt-get update && apt-get install python -y RUN git clone --depth 1 https://github.com/protocolbuffers/upb.git upb WORKDIR upb COPY build.sh $SRC/ |