Merge pull request #10377 from coolljt0725/fix_build

osbuilder: Fix build dependency of ubuntu rootfs with Docker
This commit is contained in:
Steve Horsman 2024-11-21 08:45:59 +00:00 committed by GitHub
commit b4da4b5e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}