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 9008f11 commit 70f1ac0Copy full SHA for 70f1ac0
Dockerfile.voice
@@ -15,7 +15,7 @@ RUN go build -ldflags "-X main.revision=$(git rev-parse --short HEAD)" ./cmd/joh
15
16
FROM ubuntu:22.04
17
18
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
19
20
RUN apt-get update && apt-get install -y libsox-dev libsdl2-dev portaudio19-dev libopusfile-dev libopus-dev curl
21
0 commit comments