mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
8 lines
152 B
Docker
8 lines
152 B
Docker
FROM ubuntu:25.10
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
gcc-multilib \
|
|
libc6-dev \
|
|
file \
|
|
make \
|
|
ca-certificates
|