summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-06 17:16:17 +0200
committerGitHub <noreply@github.com>2024-05-06 17:16:17 +0200
commit6a8b976d49842fb51b01e96b9b23f4431575b9fc (patch)
treef39933179d860be1c4ebe2f9736c782b62022ae7 /docker
parent2da9d989d17e90d12a6d22222270729531721a5e (diff)
parent255bf960995ec072ba7b72fe2d926cfd986adc2f (diff)
downloadvyos-build-6a8b976d49842fb51b01e96b9b23f4431575b9fc.tar.gz
vyos-build-6a8b976d49842fb51b01e96b9b23f4431575b9fc.zip
Merge pull request #593 from c-po/flavor-backport
build: backport of new flavor build system
Diffstat (limited to 'docker')
-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 \