Browse Source

fix holyc

txlyre 6 months ago
parent
commit
e1ed0cbd35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      langs/holyc/Dockerfile

+ 1 - 1
langs/holyc/Dockerfile

@@ -1,5 +1,5 @@
 # libsqlite3 is required for some weird reason by that compiler.
-RUN apt-get install git gcc make libsqlite3-0 -y
+RUN apt-get install git gcc make cmake libsqlite3-0 -y
 RUN git clone https://github.com/Jamesbarford/holyc-lang
 RUN cd holyc-lang && make && make install && cd .. && rm -rf holyc-lang
 RUN cp /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 /usr/lib/x86_64-linux-gnu/libsqlite3.so