mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +00:00
8 lines
143 B
Docker
8 lines
143 B
Docker
FROM ubuntu:20.04
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
gcc \
|
|
libc6-dev \
|
|
file \
|
|
make \
|
|
ca-certificates
|