From 198b3a72f039c1f74ba154f236e404ddaf56e938 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant <115738422+cshilwant@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:45:42 +0530 Subject: [PATCH] Update Dockerfile --- ubuntu-distro/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index cf82f8d..9ae5af9 100644 --- a/ubuntu-distro/Dockerfile +++ b/ubuntu-distro/Dockerfile @@ -1,6 +1,5 @@ FROM amd64/ubuntu:22.04 RUN export DEBIAN_FRONTEND=noninteractive; apt-get update && \ - apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget device-tree-compiler python3-dev && \ + apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget device-tree-compiler python3-dev dosfstools fdisk && \ pip3 install jsonschema pyelftools PyYAML Mako && \ - rm -rf /var/lib/apt/lists/* - + rm -rf /var/lib/apt/lists/*