diff --git a/Dockerfile b/Dockerfile index 3f4cd27..9ec1d1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:latest RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories RUN apk update diff --git a/supervisord.conf b/supervisord.conf index e191ba6..d6448bc 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -23,7 +23,7 @@ autorestart=false startretries = 1 [program:xrdp] -command=/usr/sbin/xrdp +command=bash -c 'sleep 5 && /usr/sbin/xrdp --nodaemon' autorestart=true startretries = 1