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

+ 1 - 0
langs/qi/Dockerfile

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