From a11fbbaae5b451e33a871cafb0b4d76f77a96321 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 7 Oct 2022 22:01:05 +0200 Subject: Docker: T3664: install yq dependency which has a jq like tool for toml files --- docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index ee91e046..76190333 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -94,6 +94,9 @@ RUN apt-get update && apt-get install -y \ debootstrap \ live-build +# vyos-build now also makes use of TOML - install yq which has toml support +RUN pip install yq==3.1.0 + # Syslinux and Grub2 is only supported on x86 and x64 systems RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \ apt-get update && apt-get install -y \ -- cgit v1.2.3