Skip to content

Commit 65cc127

Browse files
authored
Merge pull request #1006 from jestabro/op-mode-runner
docker: T7583: add build dependencies for operational command runner
2 parents e46dcf1 + 01052f3 commit 65cc127

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
157157
ctypes-build \
158158
containers \
159159
fileutils \
160-
xml-light
160+
xml-light \
161+
mustache \
162+
yojson \
163+
fmt \
164+
logs
161165

162166
# Packages needed for open-vmdk
163167
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)