add bindgen-cli to container
This commit is contained in:
@@ -31,6 +31,9 @@ RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ca
|
|||||||
# Install dioxus-cli
|
# Install dioxus-cli
|
||||||
RUN cargo binstall dioxus-cli@0.7.2
|
RUN cargo binstall dioxus-cli@0.7.2
|
||||||
|
|
||||||
|
# Install bindgen-cli
|
||||||
|
RUN cargo binstall bindgen-cli
|
||||||
|
|
||||||
# Set required env vars
|
# Set required env vars
|
||||||
ENV ANDROID_HOME="/opt/android-tools/"
|
ENV ANDROID_HOME="/opt/android-tools/"
|
||||||
ENV NDK_HOME="$ANDROID_HOME/ndk/29.0.14206865"
|
ENV NDK_HOME="$ANDROID_HOME/ndk/29.0.14206865"
|
||||||
|
|||||||
Reference in New Issue
Block a user