[go: up one dir, main page]

curl 0.3.6

Rust bindings to libcurl for making HTTP requests
Documentation
1
2
3
4
5
6
7
FROM ubuntu:16.04

RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
  gcc-multilib ca-certificates make libc6-dev \
  libssl-dev:i386