Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 28, 2024
1 parent c6873b7 commit 7319258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
libpq-dev postgresql-client postgresql-client-common python3-psycopg2 \
libgl1-mesa-dev libgtk2.0-dev libatlas-base-dev \
libopencv-dev python3-opencv \
tesseract-ocr tesseract-ocr-all
tesseract-ocr tesseract-ocr-all \
libopenblas-dev \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7319258

Please sign in to comment.