FROM centos:7

RUN yum install -y git gcc

ENV PATH=$PATH:/rust/bin
