Update Dockerfile

This commit is contained in:
Michael (Parker) Parker 2017-05-03 16:30:38 -04:00 committed by GitHub
parent bdb909bacf
commit d0bd99b49e

View File

@ -9,7 +9,7 @@ MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \ RUN apk update \
&& apk upgrade \ && 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 && adduser -D -h /home/container container
USER container USER container