Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /code
|
|
6 |
COPY ./requirements.txt /code/requirements.txt
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
9 |
-
RUN apt update && apt install -y fuse libfuse2
|
10 |
|
11 |
COPY . .
|
12 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
|
|
6 |
COPY ./requirements.txt /code/requirements.txt
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
9 |
+
RUN apt update && apt install -y fuse libfuse2 fonts-dejavu fontconfig
|
10 |
|
11 |
COPY . .
|
12 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|