From 8662f512ef0d48d741dd9301fdd3a62c806edde5 Mon Sep 17 00:00:00 2001 From: Yatima Date: Wed, 17 Feb 2021 15:52:35 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 77b4a8a..662ebac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,12 @@ FROM ubuntu:18.04 -ENV VERSION="v1.6.7" -ENV PASSWORD="changethis" ENV MOTD="Welcome to our Docker Syncplay server!" ENV PORT=8999 +ENV PASSWORD="changethis" ENV SALT="changethis" RUN apt update -RUN apt-get install -y make git python3 python3-twisted python3-pyside -RUN git checkout $VERSION +RUN apt-get install -y make python3 python3-twisted python3-pyside RUN make install EXPOSE $PORT