Merge pull request #15 from parkervcp/mono

adding sqlite
This commit is contained in:
Dane Everitt 2018-02-08 16:53:24 -06:00 committed by GitHub
commit 75189af37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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