From 42ff24ae6e84c6a8c65b5ac6e9b6c1aec15dc1fc Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 2 Dec 2024 19:41:12 +0000 Subject: [PATCH] Mention EPL 2.0 license in image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8b69018..03093c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ FROM nginx:latest AS webapp LABEL maintainer "epsilon.devs@gmail.com" LABEL org.opencontainers.image.authors="epsilon.devs@gmail.com" +LABEL org.opencontainers.image.licenses="EPL-2.0" # Needed to avoid prompts blocking the build process ENV DEBIAN_FRONTEND=noninteractive