MAINTAINER is deprecated

This commit is contained in:
Shao Yu Lung
2018-03-16 17:34:47 +08:00
parent 1ab5b405a9
commit 70e10a4953
22 changed files with 24 additions and 25 deletions

View File

@ -1,6 +1,6 @@
FROM python:slim
MAINTAINER melchabcede@gmail.com
LABEL maintainer="melchabcede@gmail.com"
RUN pip install --upgrade --no-cache-dir awsebcli
RUN apt-get -yqq update && apt-get -yqq install git-all