This commit is contained in:
James Cherry 2020-01-28 11:56:09 -07:00
parent ad8d2fe079
commit 57d8fca167
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
FROM centos:centos7 AS base-dependencies
LABEL maintainer="Abdelrahman Hosny <abdelrahman_hosny@brown.edu>"
LABEL author="James Cherry"
LABEL maintainer="James Cherry <cherry@parallaxsw.com>"
# Install dev and runtime dependencies
RUN yum group install -y "Development Tools" \

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04
LABEL author="James Cherry"
LABEL maintainer="Abdelrahman Hosny <abdelrahman@brown.edu>"
LABEL maintainer="James Cherry <cherry@parallaxsw.com>"
# install basics
ARG DEBIAN_FRONTEND=noninteractive