1FROM gcr.io/cloud-builders/bazel 2 3RUN apt-get update && apt-get install -y \ 4 zip \ 5 libxml2-dev \ 6 build-essential 7 8