From 0ff1f004871c86c5c0bb947c78cdfaa90d677a3e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 Jan 2022 23:25:09 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \