mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
Update scripts
Docker cache order. Install missing xauth for xvfb-run.
This commit is contained in:
parent
12312edd03
commit
fd3f267c64
2 changed files with 3 additions and 2 deletions
2
Dockerfile
vendored
2
Dockerfile
vendored
|
|
@ -35,7 +35,7 @@ RUN go mod download
|
|||
COPY pkg ./pkg
|
||||
COPY cmd ./cmd
|
||||
COPY Makefile .
|
||||
COPY scripts ./scripts
|
||||
COPY scripts/version.sh scripts/version.sh
|
||||
ARG VERSION
|
||||
RUN GIT_VERSION=${VERSION} make build
|
||||
|
||||
|
|
|
|||
3
scripts/install.sh
vendored
3
scripts/install.sh
vendored
|
|
@ -13,4 +13,5 @@ apt-get -qq install --no-install-recommends -y \
|
|||
libx264-160 \
|
||||
libopus0 \
|
||||
libgl1-mesa-glx \
|
||||
xvfb
|
||||
xvfb \
|
||||
xauth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue