Install python into the spidermonkey build env (#958)

This commit is contained in:
Alex Gaynor 2017-11-05 20:46:17 -05:00 committed by Oliver Chang
parent 18ffe5a3cd
commit 156843d930
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER agaynor@mozilla.com
RUN apt-get update && apt-get install -y \
autoconf2.13 \
yasm
yasm \
python
RUN git clone --depth=1 https://github.com/mozilla/gecko-dev mozilla-central
WORKDIR mozilla-central/js/src/