From 33f078cb7bc1c29408dfe064e592ed1066c06bd1 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 11 Feb 2024 13:25:05 -0800 Subject: [PATCH] add pwa icons, title properly --- Dockerfile | 7 +++++++ Dockerfile.aarch64 | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6867b125..fbe8ce17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,14 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Fedora KDE" + RUN \ + echo "**** add icon ****" && \ + curl -o \ + /kclient/public/icon.png \ + https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \ echo "**** install packages ****" && \ dnf install -y --setopt=install_weak_deps=False --best \ breeze-icon-theme \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4244ec5c..71784843 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -6,7 +6,14 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Fedora KDE" + RUN \ + echo "**** add icon ****" && \ + curl -o \ + /kclient/public/icon.png \ + https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \ echo "**** install packages ****" && \ dnf install -y --setopt=install_weak_deps=False --best \ breeze-icon-theme \