Explorar o código

Update manifest.toml: hotfix missing php dependencies directly on master

Alexandre Aubin hai 8 meses
pai
achega
dc51777e62
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      manifest.toml

+ 2 - 0
manifest.toml

@@ -71,6 +71,8 @@ ram.runtime = "200M"
     [resources.apt]
     packages = [
         "php8.2-fpm",
+        "php8.2-bcmath",
+        "php8.2-mbstring",
         "mariadb-server",
         "python3-venv",
     ]