description="The OWASP Dependency Check container image for the Solutions Delivery Platform"
description="The OWASP Dependency Check container image for the Solutions Delivery Platform"
### add licenses to this directory
### add licenses to this directory
COPY LICENSE /licenses
COPY LICENSE /licenses
### Add necessary Red Hat repos and packages here
### Add necessary Red Hat repos and packages here
RUN echo-e"[centos] \nname=CentOS-7\nbaseurl=http://mirror.vcu.edu/pub/gnu_linux/centos/7/os/x86_64/\nenabled=1\ngpgcheck=1\ngpgkey=http://mirror.vcu.edu/pub/gnu_linux/centos/7/os/x86_64/RPM-GPG-KEY-CentOS-7"> /etc/yum.repos.d/centos.repo
RUN INSTALL_PKGS="java-1.8.0-openjdk-devel mono-devel ruby unzip"&&\
RUN INSTALL_PKGS="java-1.8.0-openjdk-devel mono-devel ruby unzip wget"&&\