Update dockerfile

This commit is contained in:
giongto35 2019-04-05 00:51:11 +08:00
parent 070256def4
commit d3c3461d21

View file

@ -2,10 +2,12 @@ From golang:1.12
RUN mkdir -p /go/src/github.com/giongto35/game-online
COPY . /go/src/github.com/giongto35/game-online/
WORKDIR /go/bin
COPY ./games /go/bin/games
# Install server dependencies
RUN apt-get update
RUN apt-get install portaudio19-dev -y
#RUN apt-get install portaudio19-dev -y
RUN apt-get install libvpx-dev -y
RUN go get github.com/pions/webrtc
#RUN go get github.com/gordonklaus/portaudio