chore: 更新基础镜像为yay并调整安装工具
All checks were successful
Build Server / Compile DLL (push) Successful in 3m38s

- 将基础镜像从paru修改为yay,并改变软件包安装工具为aur-install。
This commit is contained in:
2025-07-08 00:38:47 +08:00
parent 6860214788
commit 3f5727e1b0

View File

@@ -5,9 +5,9 @@
# sed -i 's/v3.21.0/v3.21.2/g' wcocr/CMakeLists.txt && \
# mkdir -p wcocr/build && cd wcocr/build && cmake .. && make -j$(nproc)
FROM greyltc/archlinux-aur:paru
FROM greyltc/archlinux-aur:yay
WORKDIR /app
RUN paru -Syu --noconfirm bun-bin wechat-bin && \
RUN aur-install bun-bin wechat-bin && \
echo "Hello World"
# COPY --from=lib /src/wcocr/build/libwcocr.so .
# COPY src/index.ts .