soiz1 commited on
Commit
453d681
·
verified ·
1 Parent(s): 4fd6e9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,11 +2,11 @@ FROM ubuntu:24.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
- ## Install dependencies
6
  RUN rm -rf /var/lib/apt/lists/* && \
7
  apt-get clean && \
8
  apt-get update && \
9
- apt-get install --fix-missing -y wget unzip curl tesseract-ocr-eng || apt-get install -y -f && \
10
  apt-get clean
11
 
12
  ## Download and install Audiveris deb package once patched
 
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
+ ## Install dependencies tesseract-ocr-eng
6
  RUN rm -rf /var/lib/apt/lists/* && \
7
  apt-get clean && \
8
  apt-get update && \
9
+ apt-get install --fix-missing -y wget unzip curl || apt-get install -y -f && \
10
  apt-get clean
11
 
12
  ## Download and install Audiveris deb package once patched