Dockerfile: use LABEL instead of MAINTAINER
This commit is contained in:
parent
e0abe3cc8b
commit
0934b25a18
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue