From 011113f4aecba19e0e67c6e1e0048324ff2a1d21 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 29 Jul 2025 10:07:51 +0200 Subject: [PATCH] Adding magic/file dep to sync with https://github.com/dgtlmoon/changedetection.io/blob/master/Dockerfile (Required for some favicon handling) --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c451e73..cc11920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN \ zip \ zlib-dev && \ apk add --update --no-cache \ + file \ libjpeg \ libxslt \ nodejs \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ddc6961..aeae884 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -24,6 +24,7 @@ RUN \ zip \ zlib-dev && \ apk add --update --no-cache \ + file \ libjpeg \ libxslt \ nodejs \