Skip to content

Commit e983d98

Browse files
committed
CP-17113 Added missing package to Dockerfile: yojson
Signed-off-by: Christian Lindig <[email protected]>
1 parent fe61870 commit e983d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN opam install -q -y mirage-xen
2626
RUN opam install -q -y mirage-console
2727
RUN opam install -q -y mirage-bootvar-xen
2828
RUN opam install -q -y mirage
29+
RUN opam install -q -y yojson
2930

3031
ENTRYPOINT [ "opam", "config", "exec", "--" ]
3132
CMD [ "bash" ]

0 commit comments

Comments
 (0)