chore: fix typo in Dockerfile (#2966)

This commit is contained in:
Ikko Eltociear Ashimine 2023-07-12 18:28:53 +09:00 committed by GitHub
parent 5f3f681591
commit 88405ad316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ RUN flutter config --enable-linux-desktop
RUN flutter doctor RUN flutter doctor
RUN dart pub global activate protoc_plugin 20.0.1 RUN dart pub global activate protoc_plugin 20.0.1
# Intall build dependencies for AppFlowy # Install build dependencies for AppFlowy
RUN sudo pacman -S --noconfirm git libkeybinder3 sqlite clang RUN sudo pacman -S --noconfirm git libkeybinder3 sqlite clang
RUN source ~/.cargo/env && cargo install --force cargo-make duckscript_cli RUN source ~/.cargo/env && cargo install --force cargo-make duckscript_cli