mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Update README.md
After adding the apt source list, we need to execute apt-get update.
This commit is contained in:
parent
177b969e8c
commit
0c9ede1411
|
@ -67,6 +67,7 @@ Install the required dependencies, this assumes you are running Debian 10
|
|||
echo "deb http://storage.googleapis.com/bazel-apt stable jdk1.8" | \
|
||||
sudo tee /etc/apt/sources.list.d/bazel.list
|
||||
wget -qO - https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
|
||||
sudo apt-get update
|
||||
sudo apt-get install -qy python-typing python-clang-7 libclang-7-dev
|
||||
sudo apt-get install -qy build-essential linux-libc-dev bazel
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user