From 5fc470060aa1480960487a16e8d806cf6b7b2bbd Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 12 Sep 2021 10:46:43 -0700 Subject: [PATCH] Add libturbojpeg to the apt-get install list (#19314) --- source/_includes/installation/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/core.md b/source/_includes/installation/core.md index c4fa43e4199..6bf609b222d 100644 --- a/source/_includes/installation/core.md +++ b/source/_includes/installation/core.md @@ -26,7 +26,7 @@ sudo apt-get upgrade -y Install the dependencies: ```bash -sudo apt-get install -y python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5 tzdata +sudo apt-get install -y python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5 libturbojpeg tzdata ``` ### Create an account