Update Dockerfile

This commit is contained in:
Abhishek Arya 2018-08-19 14:58:18 -07:00 committed by GitHub
parent 5febfb84dc
commit 63c7d817d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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/