mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 18:27:10 +00:00
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user