Update templates too

pull/17765/head
yang-g 6 years ago
parent 0d22c2ff48
commit f29c56bff5
  1. 6
      templates/tools/dockerfile/test/bazel/Dockerfile.template
  2. 4
      tools/dockerfile/test/bazel/Dockerfile

@ -16,6 +16,12 @@
FROM gcr.io/oss-fuzz-base/base-builder
# -------------------------- WARNING --------------------------------------
# If you are making changes to this file, consider changing
# https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile
# accordingly.
# -------------------------------------------------------------------------
# Install basic packages and Bazel dependencies.
RUN apt-get update && apt-get install -y software-properties-common python-software-properties
RUN add-apt-repository ppa:webupd8team/java

@ -14,11 +14,11 @@
FROM gcr.io/oss-fuzz-base/base-builder
############################ WARNING ######################################
# -------------------------- WARNING --------------------------------------
# If you are making changes to this file, consider changing
# https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile
# accordingly.
###########################################################################
# -------------------------------------------------------------------------
# Install basic packages and Bazel dependencies.
RUN apt-get update && apt-get install -y software-properties-common python-software-properties

Loading…
Cancel
Save