Merge pull request #833 from infinitycat233/dev

feat: Add g++ compiler installation in Dockerfile
pull/835/head
UnCLAS-Prommer 2025-04-23 15:57:39 +08:00 committed by GitHub
commit d557aadb6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ COPY requirements.txt .
# 同级目录下需要有 maim_message
COPY maim_message /maim_message
# 编译器
RUN apt-get update && apt-get install -y g++
# 安装依赖
RUN uv pip install --system --upgrade pip
RUN uv pip install --system -e /maim_message