From 9aaa201fec4a24b4a9f7574b74bca34b9e1f1545 Mon Sep 17 00:00:00 2001 From: ich777 Date: Thu, 5 May 2022 11:04:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18b6a32..61ed9a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM ich777/debian-baseimage -LABEL maintainer="admin@minenet.at" +LABEL org.opencontainers.image.authors="admin@minenet.at" +LABEL org.opencontainers.image.source="https://github.com/ich777/docker-cs2d-server" RUN dpkg --add-architecture i386 && \ apt-get update && \