Skip to content

Commit 3d4e2b0

Browse files
upcyantraeagent
andcommitted
feat: 推送本地开发到仓库
Co-authored-by: traeagent <traeagent@users.noreply.github.com>
1 parent 0dd3413 commit 3d4e2b0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

web.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM python:3.14-slim
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends tzdata && \
3+
# 安装安全更新(修复 Debian 基础镜像中的已知 CVE)+ 必要依赖
4+
RUN apt-get update && \
5+
apt-get upgrade -y && \
6+
apt-get install -y --no-install-recommends tzdata && \
47
rm -rf /var/lib/apt/lists/*
58

69
WORKDIR /aircat-server

0 commit comments

Comments
 (0)