From f8037c6699252d1230df0c5f0854ad8a1148c30f Mon Sep 17 00:00:00 2001 From: Gareth Cooper Date: Mon, 17 Dec 2018 16:24:58 +0000 Subject: [PATCH] zlib is missing (#7428) Merge pull request 7428 --- docs/_docs/installation/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/ubuntu.md b/docs/_docs/installation/ubuntu.md index 907f5841..a5d3c05e 100644 --- a/docs/_docs/installation/ubuntu.md +++ b/docs/_docs/installation/ubuntu.md @@ -6,7 +6,7 @@ Before we install Jekyll, we need to make sure we have all the required dependencies. ```sh -sudo apt-get install ruby-full build-essential +sudo apt-get install ruby-full build-essential zlib1g-dev ``` It is best to avoid installing Ruby Gems as the root user. Therefore, we need to