Skip to content

Commit

Permalink
Add DEBIAN_FRONTEND noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
meyskens committed Oct 27, 2021
1 parent 5a79b21 commit bed2c23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.voice
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN go build -ldflags "-X main.revision=$(git rev-parse --short HEAD)" ./cmd/joh

FROM ubuntu:20.04

ENV DEBIAN_FRONTEND noninteractive

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

RUN mkdir -p /go/src/github.com/itfactory-tm/thomas-bot/thomas-bot
Expand Down

0 comments on commit bed2c23

Please sign in to comment.