first commit
This commit is contained in:
@@ -10,10 +10,7 @@ COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
# 更新索引并安装替代包
|
||||
RUN apt-get update && apt-get install -y \
|
||||
vim \
|
||||
libgl1 \
|
||||
libglib2.0-0 \
|
||||
RUN apt-get update && apt-get install -y vim
|
||||
|
||||
RUN uv sync --frozen --no-cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user