summaryrefslogtreecommitdiff
path: root/tools/docker/Dockerfile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-18 15:00:15 -0600
committerTom Rini <[email protected]>2025-12-01 09:17:48 -0600
commitf84a6d94c7bd28f5d450f997b395e94b1cff36ae (patch)
tree30dd10da2ac4cb83784d6c1491086f7b443a83f4 /tools/docker/Dockerfile
parent04c913a3672848c95c15c0fb560e0f6de2fdd220 (diff)
Gitlab sage, Docker: Add snmp and rsync
Add snmp and rsync to the normal docker image. While these tools are only required for the lab on sage, I think it's a small enough addition to be worth always including at this point. A higher level TODO I think may be to see if we can / should split the resulting container up, or if there's host tooling we can remove at a later step, after building all the software we require. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'tools/docker/Dockerfile')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index fd8765af458..bcb95a8cae3 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -131,7 +131,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
python3-tomli \
python3-venv \
rpm2cpio \
+ rsync \
sbsigntool \
+ snmp \
socat \
softhsm2 \
sparse \