From a49ee5188aa9c28efbd95b3be44bb53582343245 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Sun, 9 Apr 2023 16:59:35 -0700 Subject: [PATCH] add title --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 && \