Merge branch 'audio' of https://github.com/giongto35/cloud-game into audio

This commit is contained in:
hasagi 2019-04-14 01:14:17 +07:00
commit 770466ddd6

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