1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

Update Dockerfile.env

This commit is contained in:
Thibaut Schaeffer 2020-12-22 18:28:52 +01:00 committed by GitHub
parent 03200d2eea
commit 7d8f7f9db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y \
&& rustup toolchain install nightly --allow-downgrade --profile minimal --component rustfmt \
&& rustup toolchain install nightly --allow-downgrade --profile minimal --component rustfmt clippy \
&& cargo install --git https://github.com/rustwasm/wasm-pack \
&& rm -rf /usr/local/cargo/registry \
&& curl -sL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs && npm i -g solc \
@ -42,4 +42,4 @@ RUN cd /opt && curl -LO https://github.com/mozilla/geckodriver/releases/download
&& tar -xzf geckodriver-v0.28.0-linux64.tar.gz geckodriver \
&& ln -s /opt/geckodriver /usr/bin \
&& geckodriver --version \
&& rm -rf geckodriver-v0.28.0-linux64.tar.gz
&& rm -rf geckodriver-v0.28.0-linux64.tar.gz