fossasia / open-event-server

Use of deprecated MAINTAINER field DOK-DL4000
Bug risk
Major
5 months agoa year old
MAINTAINER is deprecated
 1FROM python:2-slim
 2MAINTAINER Niranjan Rajendran <[email protected]> 3
 4
 5ARG COMMIT_HASH
13# limitations under the License.
14
15FROM centos
16MAINTAINER Niranjan Rajendran <[email protected]>17RUN yum -y install /usr/bin/ps nfs-utils && yum clean all
18RUN mkdir -p /data
19ADD run_nfs.sh /usr/local/bin/
MAINTAINER is deprecated
 1FROM debian:jessie-slim
 2MAINTAINER Niranjan Rajendran <[email protected]> 3
 4RUN apt-get clean -y && apt-get update -y
 5RUN apt-get install -y curl apt-transport-https