This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user