We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e88a0 commit c4001faCopy full SHA for c4001fa
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
3
4
COPY . .
5
6
-RUN apk add --no-cache ffmpeg
+RUN apk add --no-cache ffmpeg python3 make clang
7
8
ENV NODE_ENV=production
9
package.json
@@ -8,6 +8,6 @@
"@performanc/voice": "^1.0.5",
"opusscript": "^0.0.8",
10
"prism-media": "^1.3.5",
11
- "sodium-native": "^4.0.4"
+ "sodium-native": "^4.1.1"
12
}
13
0 commit comments