mirror of https://github.com/google/oss-fuzz.git
projects/bignum-fuzzer/Dockerfile: get Rust stable, not nightly (#1985)
This commit is contained in:
parent
afc8e4826a
commit
4f2f3774c5
|
@ -21,7 +21,7 @@ RUN add-apt-repository -y ppa:gophers/archive && apt-get update && apt-get insta
|
|||
RUN ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
||||
|
||||
# Install Rust nightly
|
||||
RUN curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly --date=2018-08-26
|
||||
RUN curl -s https://static.rust-lang.org/rustup.sh | sh -s --
|
||||
|
||||
RUN git clone --depth 1 https://github.com/guidovranken/bignum-fuzzer
|
||||
RUN git clone --depth 1 https://github.com/openssl/openssl
|
||||
|
|
Loading…
Reference in New Issue