install newer bindgen

This commit is contained in:
aptalca 2025-08-23 21:19:10 -04:00
parent 6aae044a04
commit 8f5d687dcb
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -132,7 +132,7 @@ RUN \
tar xf /tmp/rust.tar.gz -C /tmp/rust --strip-components=1 && \
cd /tmp/rust && \
./install.sh && \
cargo install cargo-c cbindgen --locked && \
cargo install bindgen-cli cargo-c cbindgen --locked && \
python3 -m venv /lsiopy && \
pip install -U --no-cache-dir \
pip \