From 60937fc18a8bd998e75ea030db9dec7fa4329bd3 Mon Sep 17 00:00:00 2001 From: Milad Fa <46688537+miladfarca@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:30:44 -0400 Subject: [PATCH] install requests module install requests module needed by this cl crrev.com/c/3905385 --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 529ae82..a69a839 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -43,7 +43,7 @@ RUN yum -y install \ RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime # python dependencies -RUN pip3 install httplib2 six +RUN pip3 install httplib2 six requests # clone depot_tools and add it to your path RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git