mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-10 11:11:59 +00:00
6 lines
142 B
Docker
6 lines
142 B
Docker
ARG IMAGE=ubuntu:24.04
|
|
FROM $IMAGE
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends \
|
|
gcc libc6-dev ca-certificates
|