Skip to content

Commit 7435b71

Browse files
committed
activate ffigen
1 parent a98041a commit 7435b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN cargo install --path frb_codegen && \
77
FROM dart:3.1.5
88

99
# libclang-dev is required by https://pub.dev/packages/ffigen
10-
RUN apt-get update && \
10+
RUN dart pub global activate ffigen --version 8.0.0 && \
11+
apt-get update && \
1112
apt-get install -y libclang-dev
1213
# TODO rm
1314
# && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)