FROM ubuntu:16.04

RUN apt-get update -y && apt-get install -y --no-install-recommends \
  cmake \
  make \
  gcc \
  musl-tools \
  curl \
  ca-certificates \
  libc6-dev \
  git
