소스 검색

chore: fix typo in Dockerfile (#2966)

Ikko Eltociear Ashimine 1 년 전
부모
커밋
88405ad316
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/scripts/docker-buildfiles/Dockerfile

+ 1 - 1
frontend/scripts/docker-buildfiles/Dockerfile

@@ -46,7 +46,7 @@ RUN flutter config --enable-linux-desktop
 RUN flutter doctor
 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 source ~/.cargo/env && cargo install --force cargo-make duckscript_cli