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 c71766b commit 40d74f7Copy full SHA for 40d74f7
support/rust-build/x86_64-unknown-linux-gnu/Containerfile
@@ -7,7 +7,8 @@ RUN apt-get update \
7
&& apt-get install -y vim nano git curl gcc ninja-build cmake libudev-dev python3 python3-pip libusb-1.0-0 libssl-dev \
8
pkg-config libtinfo5 \
9
gcc-x86-64-linux-gnu \
10
- g++-x86-64-linux-gnu
+ g++-x86-64-linux-gnu \
11
+ libc6:amd64
12
13
RUN adduser --disabled-password --gecos "" rust
14
USER rust
0 commit comments