diff --git a/Dockerfile b/Dockerfile index 400bc53..f4167d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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