add pwa icons, title properly

This commit is contained in:
thelamer 2024-02-11 12:48:24 -08:00
parent a58785ced8
commit 97c17af51c
2 changed files with 14 additions and 0 deletions

View File

@ -7,7 +7,14 @@ ARG XFCE_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE="Arch XFCE"
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 ****" && \
pacman -Sy --noconfirm --needed \
chromium \

View File

@ -7,7 +7,14 @@ ARG XFCE_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE="Arch XFCE"
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 ****" && \
pacman -Sy --noconfirm --needed \
chromium \