We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aae044 commit 8f5d687Copy full SHA for 8f5d687
Dockerfile
@@ -132,7 +132,7 @@ RUN \
132
tar xf /tmp/rust.tar.gz -C /tmp/rust --strip-components=1 && \
133
cd /tmp/rust && \
134
./install.sh && \
135
- cargo install cargo-c cbindgen --locked && \
+ cargo install bindgen-cli cargo-c cbindgen --locked && \
136
python3 -m venv /lsiopy && \
137
pip install -U --no-cache-dir \
138
pip \
0 commit comments