mirror of https://github.com/Mai-with-u/MaiBot.git
test: test Dockfile
parent
a911bc9fad
commit
9c8a34ce24
|
|
@ -3,7 +3,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
# 编译器
|
# 编译器
|
||||||
RUN RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*
|
||||||
RUN uv pip install --system --upgrade pip Cython py-cpuinfo setuptools
|
RUN uv pip install --system --upgrade pip Cython py-cpuinfo setuptools
|
||||||
|
|
||||||
# 工作目录
|
# 工作目录
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue