Skip to content

Commit 8d3ece2

Browse files
committed
Update
1 parent ce5b1c0 commit 8d3ece2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/exporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2626
# 安装基础工具与 Bun
2727
apt-get update; \
2828
apt-get install -y --no-install-recommends \
29-
bash tini tar zstd git ca-certificates curl wget \
29+
bash tini tar zstd unzip git ca-certificates curl wget \
3030
fonts-noto-cjk fonts-noto-core fonts-wqy-zenhei fonts-liberation fonts-linuxlibertine; \
3131
curl -fsSL https://bun.com/install | bash; \
3232
# 安装运行时库 (LMDB, Image rendering)

images/mkdocs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2121
set -ex; \
2222
apt-get update; \
2323
apt-get install -y --no-install-recommends \
24-
bash tini tar zstd git openssh-client ca-certificates curl wget \
24+
bash tini tar zstd unzip git openssh-client ca-certificates curl wget \
2525
# 图像与渲染依赖 (运行时及其开发依赖) - 遵从用户指示保留
2626
pngquant zlib1g-dev libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev \
2727
# LMDB 运行时

0 commit comments

Comments
 (0)