mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 11:32:29 +00:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y --no-install-recommends \
|
|
gcc ca-certificates make libc6-dev \
|
|
libssl-dev libcurl4-openssl-dev pkg-config
|