Skip to content

Commit 81e7502

Browse files
committed
Try installing certificates on SOK container
1 parent 8ab8c1a commit 81e7502

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/arm-Ubuntu-build-test-push-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Arm Ubuntu Smoke Test WorkFlow
22
on:
33
push:
44
branches:
5-
- CSPL_2920
5+
- CSPL_2920_x
66
jobs:
77
check-formating:
88
runs-on: ubuntu-latest

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ RUN if grep -q 'Ubuntu' /etc/os-release; then \
4545
else \
4646
yum -y install shadow-utils && \
4747
useradd -ms /bin/bash nonroot -u 1001 && \
48+
yum install -y ca-certificates && \
49+
update-ca-trust && \
4850
yum update -y krb5-libs && yum clean all && \
4951
yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
5052
yum -y update-minimal --security --sec-severity=Moderate && \

0 commit comments

Comments
 (0)