mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-23 20:10:30 +00:00
6 lines
134 B
Docker
6 lines
134 B
Docker
FROM ubuntu:20.04
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
gcc-multilib \
|
|
libc6-dev \
|
|
ca-certificates
|