Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Mar 16, 2024
2 parents 2383725 + c437c0f commit 499d1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN install_packages \
zbar-tools \
libzbar0 \
sox \
libsox-fmt-all
libsox-fmt-all \
libopenblas-dev
RUN install_packages \
avrdude \
tesseract-ocr \
Expand Down
1 change: 1 addition & 0 deletions docker/stub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update -y && apt-get install -y \
libzbar0 \
sox \
libsox-fmt-all \
libopenblas-dev \
avrdude \
tesseract-ocr \
tesseract-ocr-eng \
Expand Down

0 comments on commit 499d1a8

Please sign in to comment.