juancopi81 commited on
Commit
2fd0675
1 Parent(s): 85220e3

Change liblibfluidsynth

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN apt-get update -qq && \
8
- apt-get install -qq libfluidsynth1 build-essential libasound2-dev libjack-dev
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN apt-get update -qq && \
8
+ apt-get install -qq libfluidsynth build-essential libasound2-dev libjack-dev
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11