From 36e73b9e32a4db4863a949ea01ec8ad60cb1cdb4 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Wed, 10 May 2017 05:36:50 -0400 Subject: [PATCH] Added icon into image. --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) 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/ /