From 2eeae47cbab094f94087abffa7b9735ab7c8d336 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant <115738422+cshilwant@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:28:27 +0530 Subject: [PATCH] Update Dockerfile --- ubuntu-distro/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index 66085f9..cf82f8d 100644 --- a/ubuntu-distro/Dockerfile +++ b/ubuntu-distro/Dockerfile @@ -1,6 +1,6 @@ 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 && \ - pip3 install jsonschema pyelftools PyYAML && \ + pip3 install jsonschema pyelftools PyYAML Mako && \ rm -rf /var/lib/apt/lists/*