diff --git a/Dockerfile b/Dockerfile index a6d35349..8f28e957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,14 @@ ARG MATE_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Alpine 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 ****" && \ apk add --no-cache \ firefox \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 470e1205..cbe0c7c6 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -7,8 +7,14 @@ ARG MATE_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Alpine 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 ****" && \ apk add --no-cache \ firefox \