Dockerfile 255 B

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