Merge pull request #21 from parkervcp/java-glibc

updating image
This commit is contained in:
Dane Everitt 2018-03-25 11:36:28 -05:00 committed by GitHub
commit 2d70bea48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,7 @@ FROM frolvlad/alpine-oraclejdk8:cleaned
MAINTAINER Pterodactyl Software, <support@pterodactyl.io> MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \ RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \
&& apk upgrade \
&& 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