mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 13:08:05 +00:00
9 lines
292 B
Docker
9 lines
292 B
Docker
FROM hirs/hirs-ci:centos7
|
|
|
|
# Install packages for installing HIRS ACA
|
|
RUN yum -y update && yum clean all
|
|
RUN yum install -y mariadb-server openssl tomcat java-1.8.0 rpmdevtools coreutils initscripts chkconfig sed grep firewalld policycoreutils && yum clean all
|
|
|
|
# Expose ACA Port
|
|
EXPOSE 8443
|