File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616FROM debian:stretch
1717
18+ RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
19+ RUN echo "deb http://archive.debian.org/debian stretch-proposed-updates main" >> /etc/apt/sources.list
20+ RUN echo "deb http://archive.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
21+
1822RUN dpkg --add-architecture arm64
1923RUN dpkg --add-architecture armhf
2024RUN dpkg --add-architecture armel
@@ -25,7 +29,7 @@ RUN apt-get install -y curl git build-essential crossbuild-essential-arm64 cross
2529RUN apt-get install -y libasound2-dev libasound2-dev:arm64 libasound2-dev:armel libasound2-dev:armhf libasound2-dev:mipsel
2630RUN apt-get install -y libpulse0 libpulse0:arm64 libpulse0:armel libpulse0:armhf
2731
28- RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
32+ RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.71 - y
2933ENV PATH="/root/.cargo/bin/:${PATH}"
3034RUN rustup target add aarch64-unknown-linux-gnu
3135RUN rustup target add arm-unknown-linux-gnueabi
You can’t perform that action at this time.
0 commit comments