Dockerfile 118 B

1234
  1. FROM ubuntu:16.04
  2. RUN apt-get update
  3. RUN apt-get install -y --no-install-recommends \
  4. gcc libc6-dev ca-certificates