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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
autoconf2.13 \
|
autoconf2.13 \
|
||||||
yasm \
|
yasm \
|
||||||
python \
|
python
|
||||||
curl
|
|
||||||
|
|
||||||
RUN curl -sSf https://sh.rustup.rs | sh /dev/stdin -y
|
|
||||||
RUN git clone --depth=1 https://github.com/mozilla/gecko-dev mozilla-central
|
RUN git clone --depth=1 https://github.com/mozilla/gecko-dev mozilla-central
|
||||||
WORKDIR mozilla-central/js/src/
|
WORKDIR mozilla-central/js/src/
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue