add pwa icons, title properly

This commit is contained in:
thelamer 2024-02-11 13:45:23 -08:00
parent ccca2835db
commit f955d30bed
2 changed files with 14 additions and 0 deletions

View File

@ -6,7 +6,14 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE="Fedora MATE"
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 \
caja \

View File

@ -6,7 +6,14 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE="Fedora MATE"
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 \
caja \