txlyre 1 주 전
부모
커밋
3ea4ef8631
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      langs/qi/Dockerfile

+ 1 - 1
langs/qi/Dockerfile

@@ -1,6 +1,6 @@
 RUN apt-get update -y
 RUN apt-get install wget gcc git libgc1 libgc-dev -y
-RUN wget https://git.txlyre.website/txlyre/qic/raw/master/qic.c
+RUN wget http://git.txlyre.website/txlyre/qic/raw/master/qic.c
 RUN gcc qic.c -o /usr/bin/qic
 RUN rm qic.c
 RUN git clone https://git.txlyre.website/txlyre/libqirt /usr/share/libqirt