summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-03-16 23:59:21 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-03-16 23:59:49 -0500
commit0a6c197226400c4bbe210b435baaa716d4fb8377 (patch)
treebe54b1624678ebe440035f403b6832c16191b8c8 /docker
parent1d1105ccfde92ea729d10b93dfa3f4f985f0000f (diff)
downloadvyos-build-0a6c197226400c4bbe210b435baaa716d4fb8377.tar.gz
vyos-build-0a6c197226400c4bbe210b435baaa716d4fb8377.zip
T7121: add build dependency protobuf-compiler
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index a1553737..13aac0a0 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -237,6 +237,7 @@ RUN pip install --break-system-packages \
iproute2 \
libzmq3-dev \
procps \
+ protobuf-compiler \
python3 \
python3-setuptools \
python3-inotify \