File tree 1 file changed +4
-2
lines changed 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 \
9
9
cmake \
10
10
curl \
11
11
wget \
12
- software-properties-common
12
+ software-properties-common \
13
+ apt-transport-https \
14
+ ca-certificates
13
15
14
16
15
17
# #############################
@@ -70,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
70
72
# Rust compiler
71
73
ENV PATH /opt/cargo/bin:$PATH
72
74
ENV 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
74
76
RUN rustup target add x86_64-pc-windows-gnu
75
77
RUN rustup target add x86_64-apple-darwin
76
78
You can’t perform that action at this time.
0 commit comments