Skip to content

Commit

Permalink
ubuntu-distro: Dockerfile
Browse files Browse the repository at this point in the history
- Remove nano from the image as intention is to keep only those packages which are required with SDK Installer.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant committed Jan 13, 2024
1 parent b3779b7 commit 1fc5374
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 $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 && \
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 && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 1fc5374

Please sign in to comment.