mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-20 04:04:58 +02:00
add pwa icons, title properly
This commit is contained in:
parent
5257c9c4ec
commit
d89cf5e18c
@ -6,7 +6,14 @@ ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE="Arch 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 ****" && \
|
||||
pacman -Sy --noconfirm --needed \
|
||||
chromium \
|
||||
|
@ -6,7 +6,14 @@ ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE="Arch 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 ****" && \
|
||||
pacman -Sy --noconfirm --needed \
|
||||
chromium \
|
||||
|
Loading…
x
Reference in New Issue
Block a user