Merge pull request #2 from linuxserver/title

add title
This commit is contained in:
Ryan Kuba 2023-04-10 00:41:44 +00:00 committed by GitHub
commit d9aec96d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \