noahsettersten commited on
Commit
bfcda5f
1 Parent(s): 51bd170

chore: Add `ffmpeg` to the Dockerfile for passing audio file to speech-to-text

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -68,7 +68,7 @@ RUN mix release
68
  FROM ${RUNNER_IMAGE}
69
 
70
  RUN apt-get update -y && \
71
- apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl unzip \
72
  && apt-get clean && rm -f /var/lib/apt/lists/*_*
73
 
74
  # Set the locale
 
68
  FROM ${RUNNER_IMAGE}
69
 
70
  RUN apt-get update -y && \
71
+ apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl unzip ffmpeg \
72
  && apt-get clean && rm -f /var/lib/apt/lists/*_*
73
 
74
  # Set the locale