FROM centos:7

RUN yum install -y gcc make autoconf automake pkg-config zlib-devel libuuid-devel git

COPY . /code