mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-21 12:45:19 +02:00
add pwa icons, title properly
This commit is contained in:
parent
910ceaf803
commit
0630163102
@ -6,12 +6,20 @@ 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="Debian MATE"
|
||||||
|
|
||||||
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 ****" && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
chromium \
|
chromium \
|
||||||
|
chromium-l10n \
|
||||||
eom \
|
eom \
|
||||||
mate-desktop-environment-core \
|
mate-desktop-environment-core \
|
||||||
pluma && \
|
pluma && \
|
||||||
|
@ -6,12 +6,20 @@ 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="Debian MATE"
|
||||||
|
|
||||||
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 ****" && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
chromium \
|
chromium \
|
||||||
|
chromium-l10n \
|
||||||
eom \
|
eom \
|
||||||
mate-desktop-environment-core \
|
mate-desktop-environment-core \
|
||||||
pluma && \
|
pluma && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user