Skip to content

Commit

Permalink
Insteall deps for doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Jun 9, 2024
1 parent 0bee949 commit 1c75ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// APT packages
// We need those for 3D rendering.
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "mesa-utils,libegl1,^libxcb.*-dev,libx11-xcb-dev,libglu1-mesa-dev,libxrender-dev,libxi-dev,libxkbcommon-dev,libxkbcommon-x11-dev"
"packages": "mesa-utils,libegl1,^libxcb.*-dev,libx11-xcb-dev,libglu1-mesa-dev,libxrender-dev,libxi-dev,libxkbcommon-dev,libxkbcommon-x11-dev,optipng,graphviz"
},
// Conda
"ghcr.io/mamba-org/devcontainer-features/micromamba:1": {
Expand Down

0 comments on commit 1c75ac8

Please sign in to comment.