diff --git a/Dockerfile b/Dockerfile index 5adbfaf..3742e4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV NEXTCLOUD_INIT_HTACCESS 1 ENV SQLITE_DATABASE repod RUN apt-get update && \ - apt-get install -y nodejs npm && \ + apt-get install -y nodejs npm sqlite3 && \ rm -f /usr/local/etc/php/conf.d/opcache-recommended.ini && \ /entrypoint.sh true