Dockerfile: use LABEL instead of MAINTAINER

This commit is contained in:
Glenn Y. Rolland 2020-12-30 01:06:17 +01:00
parent e0abe3cc8b
commit 0934b25a18

View file

@ -1,5 +1,6 @@
FROM debian:latest
MAINTAINER Glenn Y. Rolland <glenux@glenux.net> Dmitrii Zolotov <dzolotov@herzen.spb.ru>
LABEL maintainer="Glenn Y. Rolland <glenux@glenux.net>"
LABEL contributors="Dmitrii Zolotov <dzolotov@herzen.spb.ru>"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update