Add the required apt packages for proper PIL usage.
This commit is contained in:
parent
bde0a29296
commit
a079919a77
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ to prepare a new host:
|
|||
sudo apt-get install software-properties-common
|
||||
sudo apt-add-repository -y ppa:nginx/stable
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y git python-virtualenv python-dev phantomjs
|
||||
sudo apt-get install -y git python-virtualenv python-dev phantomjs libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
|
||||
sudo apt-get install -y nginx-full
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue