docker: T7583: add build dependencies for operational command runner

This commit is contained in:
John Estabrook 2025-08-07 08:54:54 -05:00
parent e46dcf1ced
commit 01052f36c7

View File

@ -157,7 +157,11 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
ctypes-build \
containers \
fileutils \
xml-light
xml-light \
mustache \
yojson \
fmt \
logs
# Packages needed for open-vmdk
RUN apt-get update && apt-get install -y \