diff --git a/Dockerfile b/Dockerfile index 5192645..5171e99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ #On choisit une debian FROM debian:11.1 -MAINTAINER DiouxX "github@diouxx.be" +LABEL org.opencontainers.image.authors="github@diouxx.be" + #Ne pas poser de question à l'installation ENV DEBIAN_FRONTEND noninteractive