mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
Merge pull request #10377 from coolljt0725/fix_build
osbuilder: Fix build dependency of ubuntu rootfs with Docker
This commit is contained in:
commit
b4da4b5e3b
@ -50,6 +50,7 @@ RUN apt-get update && \
|
||||
xz-utils \
|
||||
pip \
|
||||
python3-dev \
|
||||
libclang-dev \
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user