Skip to content

Commit

Permalink
[dev-environment.md] Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed May 3, 2024
1 parent 8e23755 commit 0aeb905
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions site/content/en/docs/contributing/development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aeb905

Please sign in to comment.