agent404 commited on
Commit
b569618
·
verified ·
1 Parent(s): 6b74152

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ttf-dejavu fontconfig
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