From f6a0edc7deeab8a470aa52680fbc31eecede9d29 Mon Sep 17 00:00:00 2001 From: jrz <149668+jrz@users.noreply.github.com> Date: Fri, 23 Feb 2024 05:58:22 +0100 Subject: [PATCH] docs: fix for contributing using linux (#9050) Both debian:bookworm and ubuntu:latest (jammy) do not have curl, wget, lsb_release and software-properties-common installed by default. --- docs/project/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/contributing.md b/docs/project/contributing.md index d5b1f3d58f..c600e5709c 100644 --- a/docs/project/contributing.md +++ b/docs/project/contributing.md @@ -13,7 +13,7 @@ $ brew install automake ccache cmake coreutils gnu-sed go icu4c libiconv libtool ``` ```bash#Ubuntu/Debian -$ sudo apt install cargo ccache cmake git golang libtool ninja-build pkg-config rustc ruby-full xz-utils +$ sudo apt install curl wget lsb-release software-properties-common cargo ccache cmake git golang libtool ninja-build pkg-config rustc ruby-full xz-utils ``` ```bash#Arch