diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-15 15:48:37 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-05 15:10:18 +0200 |
commit | 2b6a2bf86b5d90e574a08553b1fb42586bdc29b1 (patch) | |
tree | 843445aafa21341a8581b27e919abdcc20aaf9e0 | |
parent | 535908b02ebc6d3f74d68823cfd930c448bcb368 (diff) | |
download | vyos-build-2b6a2bf86b5d90e574a08553b1fb42586bdc29b1.tar.gz vyos-build-2b6a2bf86b5d90e574a08553b1fb42586bdc29b1.zip |
docker: T3664: add dependencies for raw disk building
(cherry picked from commit c535510bbc447abcf3b0e514bb6620ebf14ec8f1)
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 927c2fa9..9dad4693 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -104,7 +104,9 @@ RUN apt-get update && apt-get install -y \ python3-tomli \ yq \ debootstrap \ - live-build + live-build \ + gdisk \ + dosfstools # Syslinux and Grub2 is only supported on x86 and x64 systems RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \ |