mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-21 09:08:57 +00:00
8 lines
231 B
Docker
8 lines
231 B
Docker
From golang:1.11
|
|
|
|
RUN mkdir -p /go/src/github.com/giongto35/game-online
|
|
COPY . /go/src/github.com/giongto35/game-online/
|
|
|
|
# Install server dependencies
|
|
RUN go get github.com/pions/webrtc
|
|
RUN go get github.com/gordonklaus/portaudio
|