Update Dockerfile
Browse files- Dockerfile +8 -8
Dockerfile
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
FROM python:3.10
|
| 3 |
|
| 4 |
# Install system dependencies necessary for the project
|
| 5 |
-
RUN apt-get update && apt-get install -y \
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
# Set the working directory inside the container
|
| 15 |
WORKDIR /app
|
|
|
|
| 2 |
FROM python:3.10
|
| 3 |
|
| 4 |
# Install system dependencies necessary for the project
|
| 5 |
+
# RUN apt-get update && apt-get install -y \
|
| 6 |
+
# build-essential \
|
| 7 |
+
# libasound-dev \
|
| 8 |
+
# libportaudio2 \
|
| 9 |
+
# libportaudiocpp0 \
|
| 10 |
+
# portaudio19-dev \
|
| 11 |
+
# ffmpeg \
|
| 12 |
+
# && apt-get clean
|
| 13 |
|
| 14 |
# Set the working directory inside the container
|
| 15 |
WORKDIR /app
|