Grinding commited on
Commit
618f8da
·
verified ·
1 Parent(s): 5ba0d1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9-slim
3
 
4
  # Install ffmpeg, a required system-level dependency for pydub
5
- RUN apt-get update && apt-g-et install -y ffmpeg
6
 
7
  # Set the working directory in the container
8
  WORKDIR /code
 
2
  FROM python:3.9-slim
3
 
4
  # Install ffmpeg, a required system-level dependency for pydub
5
+ RUN apt-get update && apt-get install -y ffmpeg
6
 
7
  # Set the working directory in the container
8
  WORKDIR /code