Browse Source

更新 'Dockerfile'

maxmind 2 tháng trước cách đây
mục cha
commit
10f118c0f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM rust:bullseye AS builder
 
-RUN apt update && apt install -y wget clang cmake build-essential libclang-dev git
+RUN apt update && apt install -y wget clang cmake build-essential libclang-dev git llvm-dev make protobuf-compiler
 
 WORKDIR /app