Skip to content

Commit d9aec96

Browse files
authored
Merge pull request #2 from linuxserver/title
add title
2 parents da3aa99 + a49ee51 commit d9aec96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ARG VERSION
77
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
88
LABEL maintainer="thelamer"
99

10+
# title
11+
ENV TITLE=Github-Desktop
12+
1013
RUN \
1114
echo "**** install packages ****" && \
1215
apt-get update && \

0 commit comments

Comments
 (0)