File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
99 cmake \
1010 curl \
1111 wget \
12- software-properties-common
12+ software-properties-common \
13+ apt-transport-https \
14+ ca-certificates
1315
1416
1517# #############################
@@ -70,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
7072# Rust compiler
7173ENV PATH /opt/cargo/bin:$PATH
7274ENV RUSTUP_HOME=/opt/rustup
73- RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/cargo sh -s -- --profile minimal --default-toolchain 1.41 .0 -y
75+ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/cargo sh -s -- --profile minimal --default-toolchain 1.50 .0 -y
7476RUN rustup target add x86_64-pc-windows-gnu
7577RUN rustup target add x86_64-apple-darwin
7678
You can’t perform that action at this time.
0 commit comments