From 7f9edc2dedea067515b8d520574a573619ceee49 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jan 2022 16:53:24 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index a2aa958ed..fb17dba5b 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -55,7 +55,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get rm -rf /tmpscripts || printf '%s\n' "${MODULES:-}" > /MODULESFILE # Manual apps -ENV PACKAGES="cron" +ENV PACKAGES="cron mariadb-client" # 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 && \