mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-05 11:32:48 +00:00
fix: docker ci (#7087)
This commit is contained in:
parent
06d5bc734b
commit
38c2937f64
@ -39,7 +39,8 @@ RUN dart pub global activate protoc_plugin 21.1.2
|
||||
# Install build dependencies for AppFlowy using pacman
|
||||
RUN sudo pacman -S --needed --noconfirm jemalloc git libkeybinder3 sqlite clang rsync libnotify rocksdb zstd mpv
|
||||
RUN sudo ln -s /usr/bin/sha1sum /usr/bin/shasum
|
||||
RUN source ~/.cargo/env && cargo install cargo-make cargo-binstall --locked
|
||||
RUN source ~/.cargo/env && cargo install cargo-make --version 0.37.18 --locked
|
||||
RUN source ~/.cargo/env && cargo install cargo-binstall --version 1.10.17 --locked
|
||||
RUN source ~/.cargo/env && cargo binstall duckscript_cli --locked -y
|
||||
|
||||
# Build AppFlowy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user