- 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 gcc qic.c -o /usr/bin/qic
- RUN rm qic.c
- RUN git clone https://git.txlyre.website/txlyre/libqirt /usr/share/libqirt
- RUN apt-get remove wget git -y
|