From 5a7714e67d8c6568e8d6796017a01c5ed79d7721 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:13:50 +0200 Subject: [PATCH] add build-essential to dependencies --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7fb7d7e..ffe0c01 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,7 +77,7 @@ ram.runtime = "3G" [resources.apt] packages = [ # Overleaf dependencies - "texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", + "texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", "build-essential", # Aspell dependencies "aspell-ar", "aspell-ar-large",