Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
library
/
compiler-builtins
/
ci
/
docker
/
i686-unknown-linux-gnu
/
Dockerfile
blob: 9125038acbde58fe94418c139702695cb49c8bae [
file
]
ARG IMAGE
=
ubuntu
:
25.10
FROM $IMAGE
RUN apt
-
get
update
&&
\
apt
-
get
install
-
y
--
no
-
install
-
recommends \
gcc
-
multilib m4 make libc6
-
dev ca
-
certificates