mattfbacon / typst-bot

A discord bot to render Typst code
GNU Affero General Public License v3.0
55 stars 10 forks source link

Dockerfile: Size optimisations #24

Open Tokarak opened 1 week ago

Tokarak commented 1 week ago
mattfbacon commented 1 week ago

How is using built related to this? If the problem is using the git binary I'd rather just do std::fs::read_to_string(".git/refs/heads/main").unwrap(), building an entire alternative git client seems like bloat.