diff --git a/Dockerfile b/Dockerfile index 7d8f965..8c434f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,6 +54,11 @@ RUN apk --no-cache add \ mesa-dri-swrast \ dbus +# Generate and install favicons. +RUN \ + APP_ICON_URL=https://github.com/jlesage/docker-templates/raw/master/jlesage/images/dupeguru-icon.png && \ + /opt/install_app_icon.sh "$APP_ICON_URL" + # Add files. COPY rootfs/ /