Skip to content

Commit 70f1ac0

Browse files
committed
fix env
1 parent 9008f11 commit 70f1ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.voice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN go build -ldflags "-X main.revision=$(git rev-parse --short HEAD)" ./cmd/joh
1515

1616
FROM ubuntu:22.04
1717

18-
ENV DEBIAN_FRONTEND noninteractive
18+
ENV DEBIAN_FRONTEND=noninteractive
1919

2020
RUN apt-get update && apt-get install -y libsox-dev libsdl2-dev portaudio19-dev libopusfile-dev libopus-dev curl
2121

0 commit comments

Comments
 (0)