Skip to content

Commit

Permalink
Remove more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Oct 25, 2024
1 parent dd1d896 commit 13d0d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /sage
RUN LC_ALL=C find local src pkgs -type f -exec strip '{}' ';' 2>&1 | grep -v "file format not recognized" || true

# To exclude doc directory in the next stage
RUN rm -rf local/share/doc
RUN rm -rf local/share/doc local/share/*/doc local/share/*/examples local/share/singular/html

FROM ghcr.io/sagemath/sage/sage-ubuntu-jammy-minimal-with-system-packages:latest

Expand Down

0 comments on commit 13d0d27

Please sign in to comment.