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 0a45003 commit 8971b2dCopy full SHA for 8971b2d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:latest
+FROM rust:1.90-slim-bullseye
2
3
# Install cross-compilation tools and dependencies
4
RUN dpkg --add-architecture arm64 && \
@@ -12,7 +12,7 @@ RUN dpkg --add-architecture arm64 && \
12
clang \
13
cmake \
14
make \
15
- libstdc++-11-dev:arm64 \
+ libstdc++-10-dev:arm64 \
16
libc6-dev:arm64 \
17
curl \
18
wget \
0 commit comments