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

+ 1 - 0
langs/qi/Dockerfile

@@ -1,4 +1,5 @@
 RUN apt-get install gcc -y
+RUN apt-get install wget -y
 RUN apt-get install libgc1 libgc-dev -y
 
 RUN wget https://files.txlyre.website/d/software/qilang/latest_linux_x86_64/qi -O /usr/bin/qi && chmod +x /usr/bin/qi