adding sqlite

sqlite3 is required for tshock.
This commit is contained in:
Michael (Parker) Parker 2018-02-08 17:08:06 -05:00
parent d9789403f8
commit 20df1fd3c0

View File

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