From c8cb210f993e889f89ebc4461f9d88fe14274d35 Mon Sep 17 00:00:00 2001 From: debian Date: Sun, 12 Jan 2020 15:49:59 -0700 Subject: [PATCH] deps libjpeg-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6811a..4ea89c9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Set up for Debian Buster. ``` apt update apt install -t buster-backports apache2 -apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm default-libmysqlclient-dev libmariadbclient-dev +apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm default-libmysqlclient-dev libmariadbclient-dev libjpeg-dev # Set up SSL certbot ```