From 272c8fa732e258e4e6130a401a17b191e94f66c8 Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Tue, 7 Feb 2023 09:25:59 +1300 Subject: [PATCH] Add lisense lable to the docker file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cbbfad8..a59f818 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM nginx LABEL org.opencontainers.image.source = "https://github.com/huskynz/6" LABEL org.opencontainers.image.description "HuskyNZ's website in DOCKER form (mostley for fun) It pulles right from the main github repo now aswell to assist in the abilty to keep the website and docker container updated" +LABEL org.opencontainers.image.licenses "MIT" RUN apt update RUN apt upgrade -y RUN apt install git -y