updating image

This commit is contained in:
Michael (Parker) Parker 2018-02-26 23:45:34 -05:00
parent ae7aa977be
commit 87ee3696ee

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