We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc5ef5 commit a129c98Copy full SHA for a129c98
images/wkdev_sdk/Containerfile
@@ -84,7 +84,8 @@ ENV RUSTUP_HOME="/opt/rust" \
84
CARGO_HOME="/opt/rust" \
85
PATH="/opt/rust/bin:${PATH}"
86
87
-RUN rustup default stable && \
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
88
+ rustup default stable && \
89
rustup component remove rust-docs && \
90
cargo install --root /usr/local --version 0.9.1 --locked sccache && \
91
cargo install --root /usr/local cargo-c
images/wkdev_sdk/required_system_packages/05-armv7-jhbuild.lst
@@ -0,0 +1,2 @@
1
+# Needed for jhbuild on armv7
2
+libyaml-dev desktop-file-utils
0 commit comments