aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanda Wang <7058128+superwhd@users.noreply.github.com>2024-04-04 01:39:13 +0800
committerGitHub <noreply@github.com>2024-04-03 10:39:13 -0700
commitd48fc4f76840615bc04cc3e467d5c6a559cfe253 (patch)
tree01c0b635fefbec8dbd1427764249471061f1b8dc
parent3524afdad8c421de2c1c0ae756426b9b31f8bea2 (diff)
downloadot-br-posix-d48fc4f76840615bc04cc3e467d5c6a559cfe253.tar.gz
[continuous-integration] install `socat` for docker-based BR tests (#2236)
This is used for reserving a UDP port on thread network interface.
-rw-r--r--etc/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/docker/Dockerfile b/etc/docker/Dockerfile
index eef7a948..08f160c8 100644
--- a/etc/docker/Dockerfile
+++ b/etc/docker/Dockerfile
@@ -78,7 +78,7 @@ ENV OTBR_BUILD_DEPS apt-utils build-essential psmisc ninja-build cmake wget ca-c
libnetfilter-queue-dev
# Required for OpenThread Backbone CI
-ENV OTBR_OT_BACKBONE_CI_DEPS curl lcov wget build-essential python3-dbus python3-zeroconf
+ENV OTBR_OT_BACKBONE_CI_DEPS curl lcov wget build-essential python3-dbus python3-zeroconf socat
# Required and installed during build (script/bootstrap) when RELEASE=1, could be removed
ENV OTBR_NORELEASE_DEPS \