diff --git a/Dockerfile b/Dockerfile index 845cd7a..cd39a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,9 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE=Github-Desktop + RUN \ echo "**** install packages ****" && \ apt-get update && \