mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: T3664: install yq dependency which has a jq like tool for toml files
This commit is contained in:
parent
ede3064818
commit
a11fbbaae5
@ -94,6 +94,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
debootstrap \
|
debootstrap \
|
||||||
live-build
|
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
|
# Syslinux and Grub2 is only supported on x86 and x64 systems
|
||||||
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
|
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user