Update audio package

This commit is contained in:
giongto35 2019-04-14 02:07:28 +08:00
parent 55c3223778
commit 554a664192

View file

@ -10,7 +10,7 @@ RUN apt-get update
#RUN go get github.com/gordonklaus/portaudio
#RUN apt-get install portaudio19-dev -y
RUN apt-get install pkg-config libvpx-dev -y
RUN apt-get install pkg-config libvpx-dev libopus-dev libopusfile-dev -y
RUN go get github.com/pion/webrtc
RUN go get github.com/gorilla/websocket
RUN go install github.com/giongto35/cloud-game