Skip to content

Commit

Permalink
ubuntu-distro: Update Dockerfile
Browse files Browse the repository at this point in the history
- Add package dialog which is needed by setup scripts.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant committed Mar 1, 2024
1 parent ef0545d commit 55a9a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-distro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
apt-get install -y --no-install-recommends file autoconf automake iproute2 usbutils dialog \
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 && \

Expand Down

0 comments on commit 55a9a4b

Please sign in to comment.