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"