Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Reduce a redundant layer.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant committed Jan 13, 2024
1 parent 311bc28 commit f005c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-distro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM $BASE_DISTRO
LABEL org.opencontainers.image.source https://github.com/cshilwant/docker-images/ubuntu
RUN export DEBIAN_FRONTEND=noninteractive; apt-get update
RUN export DEBIAN_FRONTEND=noninteractive; \
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 nano device-tree-compiler python3-dev
RUN export DEBIAN_FRONTEND=noninteractive; \
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 nano device-tree-compiler python3-dev && \
pip3 install jsonschema pyelftools PyYAML

0 comments on commit f005c19

Please sign in to comment.