mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 21:21:48 +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
|