Spaces:
Runtime error
Runtime error
Alvaro del Castillo
commited on
Commit
·
31264f2
1
Parent(s):
dd10e05
Modify Dockerfile to force rebuild:wq
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -6,10 +6,9 @@ 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 || apt-get install -y -f && \
|
10 |
apt-get clean
|
11 |
|
12 |
-
|
13 |
## Download and install Audiveris deb package once patched
|
14 |
|
15 |
RUN wget https://github.com/Audiveris/audiveris/releases/download/5.6.1/Audiveris-5.6.1-ubuntu24.04-x86_64.deb
|
|
|
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
|
13 |
|
14 |
RUN wget https://github.com/Audiveris/audiveris/releases/download/5.6.1/Audiveris-5.6.1-ubuntu24.04-x86_64.deb
|