Skip to content

Commit 060b111

Browse files
adpaco-awstedinski
authored andcommitted
Install missing dashboard dependencies (rust-lang#511)
1 parent 3d8ad5f commit 060b111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/setup/install_dashboard_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ DEPS=(
1212
graphviz
1313
)
1414

15+
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes "${DEPS[@]}"
16+
1517
PYTHON_DEPS=(
1618
jinja2
1719
)

0 commit comments

Comments
 (0)