Spaces:
Runtime error
Runtime error
add fluidsynth
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
10 |
python3-pip \
|
11 |
git \
|
12 |
ffmpeg \
|
|
|
13 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
14 |
|
15 |
WORKDIR /code
|
|
|
10 |
python3-pip \
|
11 |
git \
|
12 |
ffmpeg \
|
13 |
+
fluidsynth \
|
14 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
15 |
|
16 |
WORKDIR /code
|