From 228a1edefc483cbf8db9e9766019c39d3a6cd270 Mon Sep 17 00:00:00 2001 From: Mo Firouz Date: Sat, 8 Feb 2020 21:07:39 +0000 Subject: [PATCH] Add schroot to the Dockerfile. --- build/Dockerfile | 2 +- c.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 c.yml diff --git a/build/Dockerfile b/build/Dockerfile index 360a94830..33bf8576d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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/* diff --git a/c.yml b/c.yml new file mode 100644 index 000000000..ac6a8368e --- /dev/null +++ b/c.yml @@ -0,0 +1,9 @@ +logger: + format: Stackdriver +socket: + port: 7350 +runtime: + env: + - ENVIRONMENT_NAME=p-mo-test +console: + port: 7351 -- GitLab