diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index 6bc6d3b13..4f21c6cb4 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -29,8 +29,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 RUN \ - apt-get update && \ - apt-get install -y cron + apk update && \ + apk add -y cron ################## # 3 Install apps # diff --git a/fireflyiii_fints_importer/config.json b/fireflyiii_fints_importer/config.json index 14ae81f3a..57fee8fa6 100644 --- a/fireflyiii_fints_importer/config.json +++ b/fireflyiii_fints_importer/config.json @@ -3,7 +3,7 @@ "amd64" ], "codenotary": "alexandrep.github@gmail.com", - "description": "Import financial transactions from you FinTS enabled bank into Firefly III", + "description": "Import financial transactions from your FinTS enabled bank into Firefly III", "devices": [], "environment": { "TRUSTED_PROXIES": "**" @@ -28,4 +28,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.2-6", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" -} +} \ No newline at end of file