Add dependencies required for building Pillow (#15240)

If Pillow needs to be build from source (because there aren't any wheels available) zlib1g-dev and libjpeg-dev are required.
This commit is contained in:
Pascal Roeleven 2020-10-15 19:45:34 +02:00 committed by GitHub
parent 41fab677ff
commit 8dfb4bd021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ sudo apt-get upgrade -y
Install the dependencies.
```bash
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libtiff-dev autoconf build-essential libopenjp2-7
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libtiff-dev autoconf build-essential libopenjp2-7 libjpeg-dev zlib1g-dev
```
Add an account for Home Assistant Core called `homeassistant`.