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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
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
 
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