Update docs for building Chromium on Crostini

install-build-deps requires lsb_release, add a note for Crostini
to install lsb-release before running install-build-deps

Bug: None
Test: sudo apt install lsb-release; install-build-deps.sh --no-arm
Change-Id: I642275a4aa6ac22ff9c71733a4b4911db23bc392
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716605
Auto-Submit: David Munro <[email protected]>
Commit-Queue: Joel Hockey <[email protected]>
Reviewed-by: Joel Hockey <[email protected]>
Cr-Commit-Position: refs/heads/master@{#680354}
diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md
index 831f362a..6cd0ae3 100644
--- a/docs/linux_build_instructions.md
+++ b/docs/linux_build_instructions.md
@@ -356,10 +356,10 @@
 
 ### Crostini (Debian based)
 
-First install the `file` command for the script to run properly:
+First install the `file` and `lsb-release` commands for the script to run properly:
 
 ```shell
-$ sudo apt-get install file
+$ sudo apt-get install file lsb-release
 ```
 
 Then invoke install-build-deps.sh with the `--no-arm` argument,