Merge pull request #2 from parkervcp/java

Update Dockerfile
This commit is contained in:
Dane Everitt 2017-05-03 16:35:46 -04:00 committed by GitHub
commit efe3809d58

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