Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cshilwant committed Jan 16, 2024
1 parent 2eeae47 commit 198b3a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ubuntu-distro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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 && \
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 dosfstools fdisk && \
pip3 install jsonschema pyelftools PyYAML Mako && \
rm -rf /var/lib/apt/lists/*

rm -rf /var/lib/apt/lists/*

0 comments on commit 198b3a7

Please sign in to comment.