lucifertrj
commited on
Update Docketfile
Browse files- 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 |
-
|
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
|