mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-22 13:15:01 +02:00
add pwa icons, title properly
This commit is contained in:
parent
7defb1d39c
commit
33f078cb7b
@ -6,7 +6,14 @@ ARG VERSION
|
|||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="thelamer"
|
LABEL maintainer="thelamer"
|
||||||
|
|
||||||
|
# title
|
||||||
|
ENV TITLE="Fedora KDE"
|
||||||
|
|
||||||
RUN \
|
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 ****" && \
|
echo "**** install packages ****" && \
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
dnf install -y --setopt=install_weak_deps=False --best \
|
||||||
breeze-icon-theme \
|
breeze-icon-theme \
|
||||||
|
@ -6,7 +6,14 @@ ARG VERSION
|
|||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="thelamer"
|
LABEL maintainer="thelamer"
|
||||||
|
|
||||||
|
# title
|
||||||
|
ENV TITLE="Fedora KDE"
|
||||||
|
|
||||||
RUN \
|
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 ****" && \
|
echo "**** install packages ****" && \
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
dnf install -y --setopt=install_weak_deps=False --best \
|
||||||
breeze-icon-theme \
|
breeze-icon-theme \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user