FROM ubuntu:16.04

RUN apt-get update && apt-get install -y \
    build-essential \
    curl \
    cmake \
    git \
    help2man \
    lsb-release \
    python \
    python-pip \
    rpm

RUN pip install cget
