Mastodon: Add missing ffmpeg
This commit is contained in:
parent
aafd1cfdba
commit
87c57b19a1
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ VER="${VER//./-}"
|
|||
UPSTREAM_VER="4.3.0"
|
||||
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
|
||||
UPSTREAM_NAME="mastodon"
|
||||
SERIAL="2benoitjpnet"
|
||||
SERIAL="3benoitjpnet"
|
||||
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
|
||||
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ echo "deb [signed-by=/usr/share/keyrings/postgresql.asc] http://apt.postgresql.o
|
|||
# System packages
|
||||
apt update
|
||||
apt install -y \
|
||||
imagemagick libvips-tools libpq-dev libxml2-dev libxslt1-dev file git-core \
|
||||
ffmpeg libvips-tools libpq-dev libxml2-dev libxslt1-dev file 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 libgdbm-dev \
|
||||
|
|
Loading…
Add table
Reference in a new issue