diff --git a/Dockerfile b/Dockerfile index d67b926f..43572a8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM centos:centos7 AS base-dependencies -LABEL maintainer="Abdelrahman Hosny " +LABEL author="James Cherry" +LABEL maintainer="James Cherry " # Install dev and runtime dependencies RUN yum group install -y "Development Tools" \ diff --git a/Dockerfile.ubuntu_18.04 b/Dockerfile.ubuntu_18.04 index 295a1e27..82ee3ef0 100644 --- a/Dockerfile.ubuntu_18.04 +++ b/Dockerfile.ubuntu_18.04 @@ -1,6 +1,6 @@ FROM ubuntu:18.04 LABEL author="James Cherry" -LABEL maintainer="Abdelrahman Hosny " +LABEL maintainer="James Cherry " # install basics ARG DEBIAN_FRONTEND=noninteractive