Merge branch '1028-install-docs' into 'develop'

1028 - installation docs

Closes #1028

See merge request funkwhale/funkwhale!1038
This commit is contained in:
Eliot Berriot 2020-02-25 14:11:28 +01:00
commit d0123f725f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ On Debian-like systems, you can install them using:
sudo apt-get update
# Install dependencies
sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev
sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev gettext-base zlib1g-dev libffi-dev libssl-dev
# Funkwhale dependencies
sudo apt install build-essential ffmpeg libjpeg-dev libmagic-dev libpq-dev postgresql-client python3-dev make

View File

@ -41,7 +41,7 @@ guide.
Building the mono-container Docker image (funkwhale/funkwhale)
Building the mono-container Docker image (funkwhale/all-in-one)
--------------------------------------------------------------
This image is intended to be used in conjunction with our :ref:`Mono-container installation guide <docker-mono-container>`.