Commit 228a1ede authored by Mo Firouz's avatar Mo Firouz
Browse files

Add schroot to the Dockerfile.

parent 76d7c140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ LABEL description="Distributed server for social and realtime games and apps."
RUN mkdir -p /nakama/data/modules && \
    apt-get update && \
    apt-get -y upgrade && \
    apt-get install -y --no-install-recommends ca-certificates tzdata curl iproute2 unzip rsync git tini && \
    apt-get install -y --no-install-recommends ca-certificates tzdata curl iproute2 unzip rsync git tini schroot && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*

c.yml

0 → 100644
+9 −0
Original line number Diff line number Diff line
logger:
  format: Stackdriver
socket:
  port: 7350
runtime:
  env:
  - ENVIRONMENT_NAME=p-mo-test
console:
  port: 7351