fix: add sqlite3 to docker dev
All checks were successful
repod / xml (push) Successful in 17s
repod / php (push) Successful in 1m13s
repod / nodejs (push) Successful in 1m59s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-18 11:19:09 +01:00
parent 8045dadf9f
commit 409bd429eb

View File

@ -7,7 +7,7 @@ ENV NEXTCLOUD_INIT_HTACCESS 1
ENV SQLITE_DATABASE repod ENV SQLITE_DATABASE repod
RUN apt-get update && \ 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 && \ rm -f /usr/local/etc/php/conf.d/opcache-recommended.ini && \
/entrypoint.sh true /entrypoint.sh true