From 0aeb905f5aee06d85df2729760e4ba668440f535 Mon Sep 17 00:00:00 2001 From: maya Date: Fri, 3 May 2024 13:27:37 +0200 Subject: [PATCH] [dev-environment.md] Revert changes --- .../docs/contributing/development-environment.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/site/content/en/docs/contributing/development-environment.md b/site/content/en/docs/contributing/development-environment.md index bc2888746ec0..bf39343bec80 100644 --- a/site/content/en/docs/contributing/development-environment.md +++ b/site/content/en/docs/contributing/development-environment.md @@ -12,20 +12,7 @@ description: 'Installing a development environment for different operating syste Ubuntu 22.04/20.04 ```bash - sudo apt-get update && sudo apt-get --no-install-recommends install -y \ - build-essential \ - curl \ - git \ - redis-server \ - python3-dev \ - python3-pip \ - python3-venv \ - python3-tk \ - libldap2-dev \ - libsasl2-dev \ - libxml2-dev \ - libxmlsec1-dev \ - libxmlsec1-openssl + sudo apt-get update && sudo apt-get --no-install-recommends install -y build-essential curl git redis-server python3-dev python3-pip python3-venv python3-tk libldap2-dev libsasl2-dev ``` ```bash