From 853e73c88b6b04318d227e330e9050a3f8809f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 19 May 2023 10:20:52 +0200 Subject: [PATCH] fix --- doc/DESCRIPTION.md | 1 + doc/DISCLAIMER.md | 0 manifest.toml | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/DESCRIPTION.md delete mode 100644 doc/DISCLAIMER.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..3e78566 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index e69de29..0000000 diff --git a/manifest.toml b/manifest.toml index 0c47925..5c93b84 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,7 +53,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql" + packages = "postgresql openjdk-11-jre-headless apt-transport-https" [resources.database] - type = "postgresql openjdk-11-jre-headless apt-transport-https" + type = "postgresql"