Skip to content

Commit 729c7de

Browse files
committed
build(docker): add capability tools to linux images
1 parent aeff0a5 commit 729c7de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
apt-get install -y --no-install-recommends \
1212
xz-utils git curl sudo wget zip unzip make file nano gdb \
1313
net-tools usbutils \
14-
cmake ninja-build pkg-config ca-certificates \
14+
cmake ninja-build pkg-config ca-certificates libcap2-bin \
1515
clang-18 clangd clang-tidy \
1616
gcc g++ \
1717
python3 python3-venv python3-tk \

webots/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
apt-get install -y --no-install-recommends \
1212
xz-utils git curl sudo wget zip unzip make file nano gdb \
1313
net-tools usbutils \
14-
cmake ninja-build \
14+
cmake ninja-build libcap2-bin \
1515
clang-18 clangd clang-tidy \
1616
gcc g++ \
1717
python3 python3-venv python3-tk \

0 commit comments

Comments
 (0)