mirror of https://github.com/google/oss-fuzz.git
Update Dockerfile
This commit is contained in:
parent
5febfb84dc
commit
63c7d817d8
|
@ -19,10 +19,8 @@ MAINTAINER agaynor@mozilla.com
|
|||
RUN apt-get update && apt-get install -y \
|
||||
autoconf2.13 \
|
||||
yasm \
|
||||
python \
|
||||
curl
|
||||
python
|
||||
|
||||
RUN curl -sSf https://sh.rustup.rs | sh /dev/stdin -y
|
||||
RUN git clone --depth=1 https://github.com/mozilla/gecko-dev mozilla-central
|
||||
WORKDIR mozilla-central/js/src/
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue