diff --git a/Dockerfile b/Dockerfile index bffbcd96..bfcbcd8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,14 @@ ARG XFCE_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Arch XFCE" + 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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index efc88fcd..e6717274 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -7,7 +7,14 @@ ARG XFCE_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Arch XFCE" + 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 \