Przeglądaj źródła

feat:添加ninja-build

zhaohaipeng 3 tygodni temu
rodzic
commit
cfb653e2aa
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -96,6 +96,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
         git \
         ca-certificates \
         curl \
+        ninja-build \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*