txlyre 1 天之前
父節點
當前提交
4994e1423a
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      langs/qi/Dockerfile

+ 3 - 2
langs/qi/Dockerfile

@@ -1,6 +1,7 @@
 RUN apt-get update -y
-RUN apt-get install clang git libgc1 libgc-dev -y
+RUN apt-get install wget clang git libgc1 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
+RUN git clone https://git.txlyre.website/txlyre/libqirt /usr/share/libqirt
+RUN apt-get remove wget git -y