drewThomasson commited on
Commit
69ab5da
·
verified ·
1 Parent(s): cd02b8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR /app
17
  # Install system packages
18
  USER root
19
  RUN apt-get update && \
20
- apt-get install -y wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic && \
21
  apt-get clean && \
22
  rm -rf /var/lib/apt/lists/*
23
 
 
17
  # Install system packages
18
  USER root
19
  RUN apt-get update && \
20
+ apt-get install -y wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic portaudio19-dev && \
21
  apt-get clean && \
22
  rm -rf /var/lib/apt/lists/*
23