diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:34:12 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:34:12 +0400 |
| commit | e292ac6100e1f62a4f2fb035ac8f2d07784fb738 (patch) | |
| tree | 6fa93faa51f31376f9bfbbe2d31712e2f38c520c | |
| parent | ddd56b177f18e8e01d996d2f1c4a45a44e5bead8 (diff) | |
update deps
| -rw-r--r-- | Cross.toml | 1 | ||||
| -rw-r--r-- | Dockerfile.cross | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,6 @@ pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update && apt-get --assume-yes install libc6-dev", + "cargo install --force --locked bindgen-cli" ] dockerfile = "Dockerfile.cross"
\ No newline at end of file diff --git a/Dockerfile.cross b/Dockerfile.cross index 7ec16b5..f4a2033 100644 --- a/Dockerfile.cross +++ b/Dockerfile.cross @@ -12,4 +12,3 @@ COPY --from=db /dl/protoc3 /dl/ RUN mv /dl/bin/* /usr/local/bin/ && \ mv /dl/include/* /usr/local/include/ -RUN cargo install --force --locked bindgen-cli |
