summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-04-15 15:48:37 +0000
committerChristian Breunig <christian@breunig.cc>2024-05-05 15:10:18 +0200
commit2b6a2bf86b5d90e574a08553b1fb42586bdc29b1 (patch)
tree843445aafa21341a8581b27e919abdcc20aaf9e0
parent535908b02ebc6d3f74d68823cfd930c448bcb368 (diff)
downloadvyos-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/Dockerfile4
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 \