szymonrucinski commited on
Commit
425f55b
1 Parent(s): a748802

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN echo $(ls)
25
  RUN echo $(pwd)
26
  RUN pip install -r /usr/src/good-mood/requirements.txt
27
  RUN apt update
28
- RUN apt-get install libsndfile1-dev
29
  RUN pip install pysndfile
30
  EXPOSE 7860
31
 
 
25
  RUN echo $(pwd)
26
  RUN pip install -r /usr/src/good-mood/requirements.txt
27
  RUN apt update
28
+ RUN apt-get install -y libsndfile1-dev
29
  RUN pip install pysndfile
30
  EXPOSE 7860
31