From 5efb8bf66a6bb1d7bc00b6037fc590498ad8eeaf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 12 Apr 2022 20:20:45 +0200 Subject: [PATCH] Update Dockerfile --- fireflyiii_fints_importer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index 4d1a52072..0605ffd73 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -32,7 +32,7 @@ FROM ${BUILD_FROM} COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 00-global_var.sh 90-config_yaml.sh" +ARG MODULES="00-banner.sh" # Automatic modules download 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 \