This commit is contained in:
hailin 2025-06-17 23:14:31 +08:00
parent f2afc2a50c
commit d30958366a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
sqlite3 \ sqlite3 \
curl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /root/ WORKDIR /root/