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