We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2383725 + c437c0f commit 499d1a8Copy full SHA for 499d1a8
docker/Dockerfile
@@ -33,7 +33,8 @@ RUN install_packages \
33
zbar-tools \
34
libzbar0 \
35
sox \
36
- libsox-fmt-all
+ libsox-fmt-all \
37
+ libopenblas-dev
38
RUN install_packages \
39
avrdude \
40
tesseract-ocr \
docker/stub/Dockerfile
@@ -29,6 +29,7 @@ RUN apt-get update -y && apt-get install -y \
29
30
31
libsox-fmt-all \
32
+ libopenblas-dev \
tesseract-ocr-eng \
0 commit comments