pachet commited on
Commit
e393735
·
1 Parent(s): 192bcb5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
11
  libzip-dev \
12
  libcurl4-openssl-dev \
13
  fluidsynth \
 
14
  ffmpeg \
15
  && rm -rf /var/lib/apt/lists/*
16
  # Install Python packages
 
11
  libzip-dev \
12
  libcurl4-openssl-dev \
13
  fluidsynth \
14
+ libfluidsynth-dev \
15
  ffmpeg \
16
  && rm -rf /var/lib/apt/lists/*
17
  # Install Python packages