From 61171575984e6e8ac5546d8f101b5ebc42fea495 Mon Sep 17 00:00:00 2001 From: Daniel Legt Date: Mon, 22 Jan 2024 02:01:39 +0200 Subject: [PATCH] DockerFile link to repository * Fixed issue --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 855843a..b22c9ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM debian:bullseye ENV IS_DOCKER TRUE +LABEL org.opencontainers.image.source https://github.com/JustKato/drive-health + # Install build dependencies and runtime dependencies RUN apt-get update && apt-get install -y \ gcc \