Merge pull request #24 from parkervcp/mono

updating container
This commit is contained in:
Dane Everitt 2018-04-28 08:05:39 -07:00 committed by GitHub
commit 5fe776c31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,7 @@ FROM frolvlad/alpine-mono
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \
&& apk add --no-cache openssl curl sqlite \
RUN apk add --update --no-cache openssl curl sqlite \
&& adduser -D -h /home/container container
USER container