We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeff0a5 commit 729c7deCopy full SHA for 729c7de
2 files changed
linux/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
apt-get install -y --no-install-recommends \
12
xz-utils git curl sudo wget zip unzip make file nano gdb \
13
net-tools usbutils \
14
- cmake ninja-build pkg-config ca-certificates \
+ cmake ninja-build pkg-config ca-certificates libcap2-bin \
15
clang-18 clangd clang-tidy \
16
gcc g++ \
17
python3 python3-venv python3-tk \
webots/Dockerfile
- cmake ninja-build \
+ cmake ninja-build libcap2-bin \
0 commit comments