summaryrefslogtreecommitdiffstats
path: root/vendor/curl/ci/Dockerfile-linux64-curl
blob: dd58df136325511feef590ba5480332fc97a3506 (plain)
1
2
3
4
5
6
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