Update Dockerfile

This commit is contained in:
Michael (Parker) Parker 2017-04-25 10:16:11 -04:00 committed by GitHub
parent 9d256f43b3
commit ec7e4425a3

View File

@ -9,7 +9,7 @@ MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update curl ca-certificates openssl git tar bash \
&& apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \
&& adduser -D -h /home/container container
USER container