File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ RUN rm -rf /var/lib/apt/lists/*
1212# symlinks
1313RUN ln -s /usr/bin/clang++-14 /usr/bin/clang++
1414RUN ln -s /usr/bin/clang-14 /usr/bin/clang
15+
16+ # force-rebuild
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ RUN if test -e /usr/bin/x86_64-linux-gnu-g++-11; then ln -s /usr/bin/x86_64-linu
1515# symlinks - ARM
1616RUN if test -e /usr/bin/aarch64-linux-gnu-gcc-11; then ln -s /usr/bin/aarch64-linux-gnu-gcc-11 /usr/bin/gcc; fi
1717RUN if test -e /usr/bin/aarch64-linux-gnu-g++-11; then ln -s /usr/bin/aarch64-linux-gnu-g++-11 /usr/bin/g++; fi
18+
19+ # force-rebuild
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ RUN rm -rf /var/lib/apt/lists/*
1111
1212# symlinks
1313RUN ln -s /usr/bin/python3.10 /usr/bin/python3
14+
15+ # force-rebuild
You can’t perform that action at this time.
0 commit comments