summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
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 \