mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 18:56:29 +00:00
Merge pull request #592 from nsacyber/v3_issue_591-unittest
Updated dockerfile for github actions unit test
This commit is contained in:
commit
6df3ef94bc
@ -29,9 +29,9 @@ EXPOSE 8080
|
||||
EXPOSE 8443
|
||||
|
||||
# Install HIRS dependencies
|
||||
RUN dnf -y install mariadb-server initscripts firewalld policycoreutils net-tools git && dnf clean all
|
||||
RUN dnf -y install mariadb-server initscripts firewalld policycoreutils net-tools git protobuf-compiler cronie && dnf clean all
|
||||
# maybe: libtool cmake make gcc-c++ sudo vim wget openssl openssl-devel protobuf tpm2-tools libcurl-devel libssh-devel
|
||||
# prob not: rpmdevtools tpm2-tss-devel tpm2-abrmd protobuf-compiler protobuf-devel python36 log4cplus-devel re2-devel tpm2-tss-devel tpm2-abrmd-devel
|
||||
# prob not: rpmdevtools tpm2-tss-devel tpm2-abrmd protobuf-devel python36 log4cplus-devel re2-devel tpm2-tss-devel tpm2-abrmd-devel
|
||||
|
||||
# Install PACCOR for Device Info Gathering
|
||||
# RUN mkdir paccor && pushd paccor && wget https://github.com/nsacyber/paccor/releases/download/v1.1.4r6/paccor-1.1.4-6.noarch.rpm && yum -y install paccor-*.rpm && popd
|
||||
|
Loading…
Reference in New Issue
Block a user