Skip to content

Commit

Permalink
Added icon into image.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed May 10, 2017
1 parent 890fdd7 commit 36e73b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /

Expand Down

0 comments on commit 36e73b9

Please sign in to comment.