Skip to content

Commit

Permalink
[Docker] Update STPyV8 to version 11.9.169.6
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Nov 1, 2023
1 parent 3d5b992 commit 5d09568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ RUN pip3 install --upgrade pytesseract
RUN pip3 install --upgrade pygraphviz
WORKDIR /home
RUN wget https://github.com/cloudflare/stpyv8/releases/download/v11.7.439.21/stpyv8-ubuntu-22.04-python-3.10.zip
RUN wget https://github.com/cloudflare/stpyv8/releases/download/v11.9.169.6/stpyv8-ubuntu-22.04-python-3.10.zip
RUN unzip stpyv8-ubuntu-22.04-python-3.10.zip
RUN pip3 install stpyv8-ubuntu-22.04-3.10/stpyv8-11.7.439.21-cp310-cp310-linux_x86_64.whl
RUN pip3 install stpyv8-ubuntu-22.04-3.10/stpyv8-11.9.169.6-cp310-cp310-linux_x86_64.whl
RUN mkdir -p /usr/share/stpyv8
RUN sudo mv stpyv8-ubuntu-22.04-3.10/icudtl.dat /usr/share/stpyv8
Expand Down

0 comments on commit 5d09568

Please sign in to comment.