Skip to content

Commit

Permalink
Switch to EL8 for binary in container
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Aug 3, 2024
1 parent f3e4906 commit fd4c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p /share

RUN apt-get update && \
apt-get install -y wget rpm2cpio cpio && \
wget "http://ftp-osl.osuosl.org/pub/cinc/files/${CHANNEL}/cinc-auditor/${VERSION}/el/7/cinc-auditor-${VERSION}-1.el7.x86_64.rpm" -O /tmp/cinc-auditor.rpm && \
wget "http://ftp-osl.osuosl.org/pub/cinc/files/${CHANNEL}/cinc-auditor/${VERSION}/el/8/cinc-auditor-${VERSION}-1.el8.x86_64.rpm" -O /tmp/cinc-auditor.rpm && \
rpm2cpio /tmp/cinc-auditor.rpm | cpio -idmv && \
rm -rf /tmp/cinc-auditor.rpm

Expand Down

0 comments on commit fd4c441

Please sign in to comment.