mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
+ Bump ubuntu to 25.04, windows to `windows-2025`, macos-arm to `macos-15` and macos-x86 to `macos-15-large`
8 lines
152 B
Docker
8 lines
152 B
Docker
FROM ubuntu:25.04
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
gcc-multilib \
|
|
libc6-dev \
|
|
file \
|
|
make \
|
|
ca-certificates
|