@@ -1,4 +1,4 @@
-RUN apt-get install clang git libgc libgc-dev -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
RUN rm qic.c