mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
7 lines
160 B
Docker
7 lines
160 B
Docker
ARG IMAGE=ubuntu:26.04
|
|
FROM $IMAGE
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends \
|
|
gcc-multilib m4 make libc6-dev ca-certificates
|