mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-28 20:40:06 +00:00
Update dockerfile
This commit is contained in:
parent
070256def4
commit
d3c3461d21
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue