Skip to content

Commit

Permalink
[Docker] Update STPyV8 to version 11.5.150.22
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Aug 3, 2023
1 parent 4958945 commit a36f4ca
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.5.150.16/stpyv8-ubuntu-22.04-python-3.10.zip
RUN wget https://github.com/cloudflare/stpyv8/releases/download/v11.5.150.22/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.5.150.16-cp310-cp310-linux_x86_64.whl
RUN pip3 install stpyv8-ubuntu-22.04-3.10/stpyv8-11.5.150.22-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 a36f4ca

Please sign in to comment.