mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-23 05:35:09 +02:00
add pwa icons, title properly
This commit is contained in:
parent
931e79b9f5
commit
01f2dde599
@ -7,7 +7,14 @@ ARG I3_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="Alpine i3"
|
||||||
|
|
||||||
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 ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
firefox \
|
firefox \
|
||||||
|
@ -7,7 +7,14 @@ ARG I3_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="Alpine i3"
|
||||||
|
|
||||||
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 ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
firefox \
|
firefox \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user