libc 0.2.33

A library for types and bindings to native C functions often found in libc or other common platform libraries.
Documentation
1
2
3
4
5
FROM ubuntu:17.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
  gcc libc6-dev ca-certificates
ENV PATH=$PATH:/rust/bin