RUN apt-get install git gcc make -y RUN git clone https://github.com/Jamesbarford/holyc-lang RUN cd holyc-lang && make && make install && cd .. && rm -rf holyc-lang