Skip to content

Commit

Permalink
remove tesseract dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Nov 13, 2023
1 parent b9c02c3 commit b120357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LANG C.UTF-8
RUN apt-get update && \
apt-get install -qy cmake curl gcc-arm-linux-gnueabihf \
git libc6-dev-armhf-cross libvncserver-dev python3-pip \
qemu-user-static tesseract-ocr libtesseract-dev wget \
qemu-user-static wget \
gdb-multiarch binutils-arm-none-eabi && \
apt-get clean && rm -rf /var/lib/apt/lists/

Expand Down

0 comments on commit b120357

Please sign in to comment.