lucifertrj commited on
Commit
b144af1
·
verified ·
1 Parent(s): 1a3fcf9

Update Docketfile

Browse files
Files changed (1) hide show
  1. Docketfile +2 -5
Docketfile CHANGED
@@ -1,11 +1,8 @@
1
- FROM python:3.10
2
 
3
  # Install system dependencies
4
  RUN apt-get update && apt-get install -y \
5
- python3-dev \
6
- python3-pip \
7
- python3-setuptools \
8
- portaudio19-dev \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  WORKDIR /code
 
1
+ FROM python:3.10-slim
2
 
3
  # Install system dependencies
4
  RUN apt-get update && apt-get install -y \
5
+ ffmpeg \
 
 
 
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  WORKDIR /code