Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
|
|
6 |
build-essential \
|
7 |
libpthread-stubs0-dev \
|
8 |
curl \
|
9 |
-
libopus-dev
|
|
|
10 |
|
11 |
# Set the working directory inside the container
|
12 |
WORKDIR /app
|
|
|
6 |
build-essential \
|
7 |
libpthread-stubs0-dev \
|
8 |
curl \
|
9 |
+
libopus-dev \
|
10 |
+
libc6-dev
|
11 |
|
12 |
# Set the working directory inside the container
|
13 |
WORKDIR /app
|