Merge pull request #1 from parkervcp/java-glibc

Update Dockerfile
This commit is contained in:
Dane Everitt 2017-04-27 16:29:07 -04:00 committed by GitHub
commit 5367bbab88

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