FROM debian
RUN apt-get update
RUN apt-get install -y git autoconf automake g++ make

WORKDIR /build
CMD ["/bin/bash"]