Dockerfile 233 B

12345
  1. RUN apt-get install clang git libgc1 libgc-dev -y
  2. RUN wget https://git.txlyre.website/txlyre/qic/raw/master/qic.c
  3. RUN clang qic.c -o /usr/bin/qic
  4. RUN rm qic.c
  5. RUN git clone https://git.txlyre.website/txlyre/libqirt /usr/share/libqirt