docker
This commit is contained in:
parent
ad8d2fe079
commit
57d8fca167
|
|
@ -1,5 +1,6 @@
|
||||||
FROM centos:centos7 AS base-dependencies
|
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
|
# Install dev and runtime dependencies
|
||||||
RUN yum group install -y "Development Tools" \
|
RUN yum group install -y "Development Tools" \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
LABEL author="James Cherry"
|
LABEL author="James Cherry"
|
||||||
LABEL maintainer="Abdelrahman Hosny <abdelrahman@brown.edu>"
|
LABEL maintainer="James Cherry <cherry@parallaxsw.com>"
|
||||||
|
|
||||||
# install basics
|
# install basics
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue