Skip to content

Commit

Permalink
ubuntu-distro: Add libacl1 package
Browse files Browse the repository at this point in the history
- Add the missing `libacl1` package as mentioned in [1] & is needed to build an image via Yocto under Ubuntu distribution

[1]: https://docs.yoctoproject.org/5.0.2/ref-manual/system-requirements.html#ubuntu-and-debian

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant committed Jul 29, 2024
1 parent 3bca024 commit fece23f
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 @@ -10,7 +10,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; apt-get update && \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev xterm pylint python3-subunit mesa-common-dev \
zstd liblz4-tool file locales doxygen dos2unix bison flex libssl-dev u-boot-tools mono-devel mono-complete curl python3-distutils repo \
pseudo python3-sphinx g++-multilib libc6-dev-i386 jq git-lfs pigz liblz4-tool lz4 net-tools zip corkscrew rsync \
iputils-ping locales apt-utils nano && locale-gen en_US en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
iputils-ping locales libacl1 apt-utils nano && locale-gen en_US en_US.UTF-8 && rm -rf /var/lib/apt/lists/*

# Set locale's and reconfigure to use bash as the default shell for /bin/sh.
RUN export DEBIAN_FRONTEND=noninteractive; echo "dash dash/sh boolean false" | debconf-set-selections && \
Expand Down

0 comments on commit fece23f

Please sign in to comment.