From 78aecb7a7508d417f4e313ead5c2084584fa7643 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Nov 2022 23:42:06 +0100 Subject: [PATCH] Update Dockerfile --- fireflyiii_fints_importer/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index 4f21c6cb4..cabde9e14 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -28,10 +28,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 -RUN \ - apk update && \ - apk add -y cron - ################## # 3 Install apps # ################## @@ -56,7 +52,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && chmod -R 755 /etc/cont-init.d # Manual apps -ENV PACKAGES="cron" +ENV PACKAGES="apk-cron" # Automatic apps & bashio # hadolint ignore=SC2015