Skip to content

Commit

Permalink
Merge pull request #21 from lcpu-club/fix-#20
Browse files Browse the repository at this point in the history
fix #20
  • Loading branch information
HolgerHuo authored Jan 16, 2025
2 parents 9964aeb + 3b6c25d commit 7e6f1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server-ce/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ RUN adduser --system --group --home /overleaf --no-create-home overleaf && \
chown www-data:www-data /var/log/overleaf && \
mkdir -p /var/lib/overleaf/data/template_files && \
chown www-data:www-data /var/lib/overleaf/data/template_files

# Add Inkscape for svg support

RUN add-apt-repository universe && add-apt-repository ppa:inkscape.dev/stable && apt-get update && apt install -y inkscape

0 comments on commit 7e6f1aa

Please sign in to comment.