diff options
| author | yalh76 <yalh@yahoo.com> | 2024-12-28 01:29:20 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2024-12-28 01:29:20 +0100 |
| commit | 3b0275ba5b773feca70ed92db8c8f240e93107ce (patch) | |
| tree | d6acc5265aa00f77a56a18143d373e9d27a93f72 /manifest.toml | |
| parent | f42e0062f5ed2fc63443111c811fbfb2f3ad0700 (diff) | |
| download | mastodon_ynh-3b0275ba5b773feca70ed92db8c8f240e93107ce.tar.gz mastodon_ynh-3b0275ba5b773feca70ed92db8c8f240e93107ce.tar.bz2 mastodon_ynh-3b0275ba5b773feca70ed92db8c8f240e93107ce.zip | |
Implement yarn 4.5, new active_record_encryption and mastodon default services
Diffstat (limited to 'manifest.toml')
| -rw-r--r-- | manifest.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manifest.toml b/manifest.toml index 7dfed7b..1c4aefd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,12 +75,7 @@ ram.runtime = "500M" stream.default = 4000 [resources.apt] - packages = "imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm6, libgdbm-dev, redis-tools, redis-server, rsync, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https" - - [resources.apt.extras.yarn] - repo = "deb https://dl.yarnpkg.com/debian/ stable main" - key = "https://dl.yarnpkg.com/debian/pubkey.gpg" - packages = "yarn" + packages = "imagemagick, ffmpeg, libvips-tools, libpq-dev, libxml2-dev, libxslt1-dev, file, git, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm6, libgdbm-dev, redis-tools, redis-server, rsync, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https" [resources.database] type = "postgresql" |
