diff --git a/Dockerfile b/Dockerfile index 3670862..6f58d77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ MAINTAINER Pterodactyl Software, RUN apk update \ && apk upgrade \ - && apk add --no-cache --update curl ca-certificates openssl git tar bash \ + && apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \ && adduser -D -h /home/container container USER container