diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index 7dcec8a..d6352f8 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 \ + apt-get install -y --no-install-recommends file autoconf automake iproute2 usbutils \ 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 && \