fix: add sqlite3 to docker dev

This commit is contained in:
Michel Roux 2024-01-18 11:19:09 +01:00
parent 8045dadf9f
commit 409bd429eb
1 changed files with 1 additions and 1 deletions

View File

@ -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