diff options
| author | Tagada <36127788+Tagadda@users.noreply.github.com> | 2024-03-05 21:40:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-05 21:40:08 +0100 |
| commit | 30065b6eea3ea5dbb2a2e7258cbae1b8ed3c1f66 (patch) | |
| tree | bd0922c6aecaaca1e20655737b1d413127efd25e /manifest.toml | |
| parent | 4c72166cd4e59199107aeb1febb0320e4749df84 (diff) | |
| download | mastodon_ynh-30065b6eea3ea5dbb2a2e7258cbae1b8ed3c1f66.tar.gz mastodon_ynh-30065b6eea3ea5dbb2a2e7258cbae1b8ed3c1f66.tar.bz2 mastodon_ynh-30065b6eea3ea5dbb2a2e7258cbae1b8ed3c1f66.zip | |
bookworm: add rsync as a dependency
Diffstat (limited to 'manifest.toml')
| -rw-r--r-- | manifest.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.toml b/manifest.toml index 9de8f88..7f4ce98 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,7 +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, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https" + 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" |
