Skip to content

Commit

Permalink
ubuntu-distro: Add yamllint
Browse files Browse the repository at this point in the history
- binman now needs a new package "yamllint" with Kernel 6.6 & U-Boot 2024.04. Hence, add it to Dockerfile

Signed-off-by: Chirag Shilwant <[email protected]>
  • Loading branch information
cshilwant committed Jun 25, 2024
1 parent 4308024 commit f9093aa
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 @@ -5,7 +5,7 @@ FROM amd64/ubuntu:22.04
RUN export DEBIAN_FRONTEND=noninteractive; apt-get update && \
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 && \
pip3 install jsonschema pyelftools PyYAML Mako yamllint && \

apt-get install -y gawk git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev xterm pylint python3-subunit mesa-common-dev \
Expand Down

0 comments on commit f9093aa

Please sign in to comment.