We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea669e2 commit 980f8f3Copy full SHA for 980f8f3
docker/gcc/Dockerfile
@@ -8,5 +8,6 @@ RUN tar xvzf boost.tar.gz -C /opt/boost
8
9
RUN curl -Lo ac-library.zip https://img.atcoder.jp/practice2/ac-library.zip
10
RUN unzip ac-library -d /opt/ac-library
11
+RUN rm -rf /opt/ac-library/document_en /opt/ac-library/document_ja /opt/ac-library/expander.py
12
13
CMD ["bash"]
0 commit comments