We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98041a commit 7435b71Copy full SHA for 7435b71
Dockerfile
@@ -7,7 +7,8 @@ RUN cargo install --path frb_codegen && \
7
FROM dart:3.1.5
8
9
# libclang-dev is required by https://pub.dev/packages/ffigen
10
-RUN apt-get update && \
+RUN dart pub global activate ffigen --version 8.0.0 && \
11
+ apt-get update && \
12
apt-get install -y libclang-dev
13
# TODO rm
14
# && rm -rf /var/lib/apt/lists/*
0 commit comments