txlyre 1 rok temu
rodzic
commit
d9cbd1b9ef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      langs/holyc/Dockerfile

+ 1 - 1
langs/holyc/Dockerfile

@@ -1,3 +1,3 @@
-RUN apt-get install git gcc -y
+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