Added isomd5sum pkg to LAT container

This pkg adds just a few Kb to the image size
and is required for the 'implantisomd5' command
used by some scripts when producing the ISO.

Test Plan:
pending - Build container and check if cmd is available

Jira: CGTS-61404

Change-Id: Ic4344528f0f4e5d2dbb6c44c5252e819abbf4074
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
Leonardo Fagundes Luz Serrano 2024-04-11 22:30:00 -03:00
parent b4b826082d
commit 997e084909
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ RUN apt-get -y update && apt-get --no-install-recommends -y install \
rsync \
cpio \
vim \
libpopt0 \
isomd5sum \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \