File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ ENV RUSTUP_HOME="/opt/rust" \
8484 CARGO_HOME="/opt/rust" \
8585 PATH="/opt/rust/bin:${PATH}"
8686
87- RUN rustup default stable && \
87+ RUN curl --proto '=https' --tlsv1.2 --show-error --silent --fail https://sh.rustup.rs | sh -s -- -y && \
88+ rustup default stable && \
8889 rustup component remove rust-docs && \
8990 cargo install --root /usr/local --version 0.9.1 --locked sccache && \
9091 cargo install --root /usr/local cargo-c
Original file line number Diff line number Diff line change 22build-essential cmake ninja-build
33
44# Build tools
5- ccache rustup
5+ ccache
66
77# Debugging / profiling / tracing
88valgrind rr perf-tools-unstable systemd-coredump
Original file line number Diff line number Diff line change 1+ # Needed for jhbuild on armv7
2+ libyaml-dev desktop-file-utils
You can’t perform that action at this time.
0 commit comments