Skip to content

Commit

Permalink
Try installing certificates on SOK container
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Nov 19, 2024
1 parent 8ab8c1a commit 81e7502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm-Ubuntu-build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Arm Ubuntu Smoke Test WorkFlow
on:
push:
branches:
- CSPL_2920
- CSPL_2920_x
jobs:
check-formating:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ RUN if grep -q 'Ubuntu' /etc/os-release; then \
else \
yum -y install shadow-utils && \
useradd -ms /bin/bash nonroot -u 1001 && \
yum install -y ca-certificates && \
update-ca-trust && \
yum update -y krb5-libs && yum clean all && \
yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
yum -y update-minimal --security --sec-severity=Moderate && \
Expand Down

0 comments on commit 81e7502

Please sign in to comment.