diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 46bb9fd46..110e9e598 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -44,7 +44,7 @@ FROM ${BUILD_FROM} COPY rootfs/ / # Manual apps -ENV PACKAGES="cron" +ENV PACKAGES="cron sqlite3" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi && \