adding sqlite
sqlite3 is required for tshock.
This commit is contained in:
parent
d9789403f8
commit
20df1fd3c0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user