diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index 7f9f9da..16f1fa6 100644 --- a/ubuntu-distro/Dockerfile +++ b/ubuntu-distro/Dockerfile @@ -3,7 +3,7 @@ FROM amd64/ubuntu:22.04 # Installing packages needed for Yocto & SDK Makefile builds RUN export DEBIAN_FRONTEND=noninteractive; apt-get update && \ - apt-get install -y --no-install-recommends file autoconf automake iproute2 usbutils dialog \ + apt-get install -y --no-install-recommends file autoconf automake iproute2 usbutils dialog dfu-util \ bison flex libssl-dev bc u-boot-tools swig wget device-tree-compiler python3 python3-pip python3-dev dosfstools fdisk sudo && \ pip3 install jsonschema pyelftools PyYAML Mako && \