Skip to content

Commit

Permalink
Use latest git version. (#3870)
Browse files Browse the repository at this point in the history
Adds features needed by firefox and spidermonkey-ufi builds.
  • Loading branch information
inferno-chromium authored May 25, 2020
1 parent 7e58bb1 commit 854bc5f
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions infra/base-images/base-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-clang
RUN apt-get update && apt-get install -y \
binutils-dev \
curl \
git \
jq \
libc6-dev-i386 \
make \
python3 \
subversion \
zip

RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:git-core/ppa && \
apt-get update && \
apt-get install -y \
binutils-dev \
curl \
git \
jq \
libc6-dev-i386 \
make \
python3 \
subversion \
zip

# Download and install the latest stable Go.
ADD https://storage.googleapis.com/golang/getgo/installer_linux $SRC/
Expand Down

0 comments on commit 854bc5f

Please sign in to comment.