Skip to content

Commit 40d74f7

Browse files
committed
install glibc for amd64 too
1 parent c71766b commit 40d74f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

support/rust-build/x86_64-unknown-linux-gnu/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update \
77
&& apt-get install -y vim nano git curl gcc ninja-build cmake libudev-dev python3 python3-pip libusb-1.0-0 libssl-dev \
88
pkg-config libtinfo5 \
99
gcc-x86-64-linux-gnu \
10-
g++-x86-64-linux-gnu
10+
g++-x86-64-linux-gnu \
11+
libc6:amd64
1112

1213
RUN adduser --disabled-password --gecos "" rust
1314
USER rust

0 commit comments

Comments
 (0)