完善一些国际dockerfile

This commit is contained in:
wangli 2026-01-10 01:09:06 +08:00
parent e0abe8fc8b
commit 4017ff3998
2 changed files with 19 additions and 3 deletions

View File

@ -109,9 +109,6 @@ RUN apt-get update && \
libxfixes3 \
xdg-utils \
chromium \
xvfb \
x11vnc \
fluxbox \
# OpenCV运行时依赖
libgl1 \
libglib2.0-0 \

View File

@ -1337,6 +1337,25 @@ docker run -d -p 8080:8080 --restart always \
-v $PWD/xianyu-auto-reply/:/app/data/ \
--name xianyu-auto-reply \
zhinianblog/xianyu-auto-reply:latest
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t your-username/xianyu-auto-reply:latest \
-t your-username/xianyu-auto-reply:2.2.0 \
--push \
.
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t wangli648438/xianyu-auto-reply:latest \
--push \
.
docker run -d -p 8083:8080 --restart always \
-v /opt/1panel/apps/xianyu-auto-reply/:/app/data/ \
--name xianyu-auto-reply \
wangli648438/xianyu-auto-reply:latest
```
**验证多架构镜像**