osbuilder: fix typo in ubuntu rootfs depends

Remove the duplicate package "xz-utils".

Signed-off-by: Guoqiang Ding <dgq8211@gmail.com>
This commit is contained in:
Guoqiang Ding
2024-08-16 11:31:45 +08:00
parent 74662a0721
commit 1d21ff9864

View File

@@ -50,7 +50,6 @@ RUN apt-get update && \
xz-utils \
pip \
python3-dev \
xz-utils \
zstd && \
apt-get clean && rm -rf /var/lib/apt/lists/&& \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${RUST_TOOLCHAIN}