|
@@ -1,5 +1,5 @@
|
|
|
-RUN apt-get install clang -y
|
|
|
-RUN apt-get install wget -y
|
|
|
-
|
|
|
-RUN wget https://files.txlyre.website/d/software/qilang/latest_linux_x86_64/qi -O /usr/bin/qi && chmod +x /usr/bin/qi
|
|
|
-RUN wget https://files.txlyre.website/d/software/qilang/latest_linux_x86_64/libqi.so -O /usr/lib/libqi.so
|
|
|
+RUN apt-get install clang git libgc libgc-dev -y
|
|
|
+RUN wget https://git.txlyre.website/txlyre/qic/raw/master/qic.c
|
|
|
+RUN clang qic.c -o /usr/bin/qic
|
|
|
+RUN rm qic.c
|
|
|
+RUN git clone https://git.txlyre.website/txlyre/libqirt /usr/share/libqirt
|