Skip to content

Commit

Permalink
install requests module
Browse files Browse the repository at this point in the history
install requests module needed by this cl crrev.com/c/3905385
  • Loading branch information
miladfarca authored Oct 14, 2022
1 parent 6d455d6 commit 60937fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60937fc

Please sign in to comment.