mirror of https://github.com/google/oss-fuzz.git
Install python into the spidermonkey build env (#958)
This commit is contained in:
parent
18ffe5a3cd
commit
156843d930
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue