From 01e1dde09cedc2320a6447d59d0b78802daa4bb3 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 12 Jun 2021 13:35:56 +0200 Subject: [PATCH] Add tzdata to dependencies (#18077) --- 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 bbe1690f1ca..a61f904d716 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 +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 ``` ### Create an account