From 184ec7701bbb7df1ac7e5f22acac357490ccb112 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 9 Apr 2023 17:01:07 -0700 Subject: [PATCH] add title --- Dockerfile | 3 +++ Dockerfile.aarch64 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6f668ab..b486346 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,9 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE=Chromium + RUN \ echo "**** install packages ****" && \ apk add --no-cache \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 271126b..e2dede6 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -6,6 +6,9 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE=Chromium + RUN \ echo "**** install packages ****" && \ apk add --no-cache \