rustc/vendor/curl-0.4.47/ci/Dockerfile-linux64
2025-01-11 15:57:26 +01:00

8 lines
154 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 \
pkg-config