Dockerfile 286 B

12345
  1. # libsqlite3 is required for some weird reason by that compiler.
  2. RUN apt-get install git gcc make libsqlite3-0 -y
  3. RUN git clone https://github.com/Jamesbarford/holyc-lang
  4. RUN cd holyc-lang && make && make install && cd .. && rm -rf holyc-lang
  5. RUN chmod -R 755 /usr/lib/x86_64-linux-gnu/