Update Dockerfile
All checks were successful
Build Server / Compile DLL (push) Successful in 4m1s

This commit is contained in:
2025-07-09 00:08:05 -04:00
parent 79e1da12e8
commit 7fca8d8df6

View File

@@ -2,7 +2,6 @@ FROM archlinux:base-devel AS lib
WORKDIR /src
RUN pacman -Syu --noconfirm git cmake python nodejs && \
git clone https://github.com/swigger/wechat-ocr.git wcocr && \
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:yay AS runner