Spaces:
Sleeping
Sleeping
- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
ffmpeg \
|
11 |
gcc \
|
12 |
libasound-dev \
|
13 |
-
portaudio19-dev
|
|
|
14 |
|
15 |
# Create and set the working directory
|
16 |
WORKDIR /app
|
|
|
10 |
ffmpeg \
|
11 |
gcc \
|
12 |
libasound-dev \
|
13 |
+
portaudio19-dev \
|
14 |
+
&& rm -rf /var/lib/apt/lists/*
|
15 |
|
16 |
# Create and set the working directory
|
17 |
WORKDIR /app
|